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!")