Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
EmbraceLab
/
togethercomputer-LLaMA-2-7B-32K
like
0
Sleeping
App
Files
Files
Community
main
togethercomputer-LLaMA-2-7B-32K
/
app.py
EmbraceLab
initial commit
9f8974b
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
89 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/togethercomputer/LLaMA-2-7B-32K"
).launch()