在huggingface官网上,Command Line Interface,对于cli工具的介绍中,包含/排除特定文件只举了以下例子: huggingface-cli download stabilityai/stable-diffusion-xl-base-1.0 --include "*.safetensors" --exclude "*.fp16.*"* huggingface-cli upload Wauplin/space-example --repo-type=space --exclude="/logs/...
$ huggingface-cli download --repo-type [repo_type] [repo_id] [filename1 filename2 ...] Upload an entire folder or a file to Hugging Face $ huggingface-cli upload --repo-type [repo_type] [repo_id] [path/to/local_file_or_directory] [path/to/repo_file_or_directory] Scan cache to...
Solves #1841 and #1657 cc @AlpinDale With this PR, running huggingface-cli upload ... ... --revision=my-branch will automatically create the branch if it does not exist yet. I added some tests and ...
usage: huggingface-cli upload REPO_ID [PATH] [PATH_IN_REPO] [--help] [--repo-type REPO_TYPE] [--revision REVISION] [--token TOKEN] [--allow-patterns ALLEW_PATTERNS] [--ignore-patterns IGNORE_PATTERNS] [--create-pr] [--every] ...
EDIT (before reading below): motivation is the same but the plan has been slightly improved (see this comment). Basically, the plan is: add delete_patterns in upload_folder implement commit_in_chunks to chained commits in a PR implement ...
huggingface-cli upload Implemented CLI download functionality by@martinbrosein#1617 Implemented CLI upload functionality by@martinbrosein#1618 🚀 Space API Some new features have been added to the Space API to: request persistent storage for a Space ...
I also created an issue to add ahuggingface-cli uploadcommand:#1543 ️2 martinbrosementioned this issueAug 22, 2023 Implemented CLI download functionality#1617 Merged Contributor WauplincommentedSep 6, 2023 And...huggingface-cli downloadis out !! 🔥 🔥 🔥 ...
I work with hugging face on Google Colab My process of training and tuning the model looks like this. The model is successfully trained and saved in the models folder, but when I am going to upload it to my huggingface repository, an err...