Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hiyouga/LLaMA-Board
Nymbo
/
LLaMA-Board
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ef6d4c6
LLaMA-Board
/
app.py
hiyouga
Update app.py
ef6d4c6
over 1 year ago
raw
Copy download link
history
blame
Safe
166 Bytes
import
torch
from
llmtuner
import
create_ui
if
__name__ ==
"__main__"
:
demo_ui = create_ui(demo_mode=(
not
torch.cuda.is_available()))
demo.queue().launch()