Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Oussama2000
/
test2
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2a7dc47
test2
/
app.py
Oussama2000
Update app.py
2a7dc47
verified
12 months ago
raw
Copy download link
history
blame
Safe
164 Bytes
# Use a pipeline as a high-level helper
from
transformers
import
pipeline
pipe = pipeline(
"text-generation"
, model=
"gradientai/Llama-3-8B-Instruct-Gradient-1048k"
)