Mistral_Test / push.py
eesfeg's picture
Add application file
1e639fb
raw
history blame contribute delete
150 Bytes
from huggingface_hub import upload_folder
upload_folder(
folder_path="./lora-out",
repo_id="abdelac/tinyllama-lora",
repo_type="model"
)