Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
theodac/princeton-nlp-Sheared-LLaMA-1.3B
Thenujan
/
princeton-nlp-Sheared-LLaMA-1.3B
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
59d92b8
princeton-nlp-Sheared-LLaMA-1.3B
/
app.py
Thenujan
Update app.py
59d92b8
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
103 Bytes
import
gradio
as
gr
gr.load(
"models/princeton-nlp/Sheared-LLaMA-1.3B"
).launch(GRADIO_SERVER_PORT=
8080
)