gpt / setup.py
chizk's picture
Upload 7 files
e3ae57a verified
Raw
History Blame Contribute Delete
276 Bytes
import os
import subprocess
from huggingface_hub import HfApi, create_repo
# Install required packages
subprocess.check_call(["pip", "install", "llama-cpp-python==0.2.55"])
subprocess.check_call(["pip", "install", "huggingface-hub==0.19.0"])
print("Installation complete!")