You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: update model repo name in README
Updated model repo name from 'wanghh2003/model05' to 'wanghh2000/model05' in README files.
- Changed repo name in README.md
- Changed repo name in README_cn.md
- Updated repo_type usage in cli.py
- Renamed upload command in cli.py
- Adjusted token handling in repo.py
- Bumped version to 0.6.2 in setup.py
* feat: update README and CLI commands
- Added installation instructions for train dependencies
- Updated example commands to use new model names
- Adjusted roadmap items for clarity
- Refactored type hints in CLI and upload modules
- Updated package version to 0.7.0
- Modified install_requires for cleaner dependencies
- Changed python_requires to support 3.8 to 3.14
Notes: `csghub-cli upload` will create repo and its branch if they do not exist. The default branch is `main`. If you want to upload to a specific branch, you can use the `--revision` option. If the branch does not exist, it will be created. If the branch already exists, the files will be uploaded to that branch.
@@ -310,9 +313,7 @@ This code:
310
313
311
314
## Roadmap
312
315
313
-
1. Download repo file by CLI
314
-
2. Interacting with CSGHub via command-line tools
315
-
3. Management operations such as creation and modification of CSGHub repositories
316
-
4. Model deployment locally or online
317
-
5. Model fine-tuning locally or online
318
-
6. Quick upload large folder to CSGHub
316
+
1. Interacting with CSGHub via command-line tools
317
+
2. Management operations such as creation and modification of CSGHub repositories
0 commit comments