blank_lora_23042024 / push_to_hub.py
AvinashHesta's picture
Upload folder using huggingface_hub
af72502 verified
raw
history blame contribute delete
No virus
457 Bytes
# pip install huggingface_hub
# Terminal - huggingface_hub login
# Terminal - huggingface-cli login
# Copy Access token(Write) from HuggingFace
from huggingface_hub import HfApi
from huggingface_hub import create_repo
create_repo("AvinashHesta/blank_lora_23042024") # Commant if repo is already available
api = HfApi()
api.upload_folder(folder_path = "/home/ec2-user/SageMaker/20_stormigee woman/model", repo_id = "AvinashHesta/blank_lora_23042024")