Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Kosasih
/
Vxr-Z
like
0
fka/awesome-chatgpt-prompts
257 languages
License:
apache-2.0
Model card
Files
Files and versions
Community
cad34b9
Vxr-Z
/
import.py
Kosasih
Create import.py
cad34b9
over 1 year ago
raw
Copy download link
history
blame
147 Bytes
# Use a pipeline as a high-level helper
from
transformers
import
pipeline
pipe = pipeline(
"text-generation"
, model=
"Phind/Phind-CodeLlama-34B-v1"
)