ARX / upload.py
niofrequency's picture
Update upload.py
fa10bbc verified
Raw
History Blame Contribute Delete
381 Bytes
from huggingface_hub import HfApi
api = HfApi()
print("Starting 6.5GB Juggernaut upload... This may take a few minutes.")
api.upload_file(
path_or_fileobj="juggernaut.safetensors",
path_in_repo="juggernaut.safetensors",
repo_id="niofrequency/ARX",
repo_type="model"
)
print("Upload Complete! Juggernaut is now in your Hugging Face repository.")