LLM-Models / upload.py
Arun Kumar Tiwary
Upload folder using huggingface_hub
ae919d8 verified
raw
history blame contribute delete
No virus
183 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path="containers_with_ha_proxy",
repo_id="Arun1982/llama2-docker-compose",
repo_type="model",
)