Vxr-Z / import.py
Kosasih's picture
Create import.py
cad34b9
raw
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")