Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yordyi
/
meta-llama-Llama-3.1-405B-Instruct
like
0
Runtime error
App
Files
Files
Community
48237ce
meta-llama-Llama-3.1-405B-Instruct
/
app.py
yordyi
initial commit
48237ce
verified
2 months ago
raw
Copy download link
history
blame
Safe
82 Bytes
import
gradio
as
gr
gr.load(
"models/meta-llama/Llama-3.1-405B-Instruct"
).launch()