Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
115b7a9
fastapi_django_main_live
/
LLaMA-Factory
/
src
/
llamafactory
/
launcher.py
kenken999
First model version
3860419
11 months ago
raw
Copy download link
history
blame
Safe
117 Bytes
from
llamafactory.train.tuner
import
run_exp
def
launch
():
run_exp()
if
__name__ ==
"__main__"
:
launch()