Mistral_Test / upload.py
eesfeg's picture
Add application file
1e639fb
raw
history blame contribute delete
174 Bytes
from huggingface_hub import upload_folder
upload_folder(
folder_path="./tinyllama", # local model directory
repo_id="abdelac/tinyllama",
repo_type="model"
)