Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

James040
/
llama-cpp-python-wheels

llama-cpp-python
prebuilt-wheels
huggingface-spaces
cpu-only
python-3.13
Model card Files Files and versions
xet
Community

Instructions to use James040/llama-cpp-python-wheels with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • llama-cpp-python

    How to use James040/llama-cpp-python-wheels with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="James040/llama-cpp-python-wheels",
    	filename="{{GGUF_FILE}}",
    )
    
    output = llm(
    	"Once upon a time,",
    	max_tokens=512,
    	echo=True
    )
    print(output)
  • Notebooks
  • Google Colab
  • Kaggle
llama-cpp-python-wheels
21.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
James040's picture
James040
Update README.md
ff952d6 verified about 2 months ago
  • .gitattributes
    1.78 kB
    Upload 6 files about 2 months ago
  • README.md
    1.9 kB
    Update README.md about 2 months ago
  • diskcache-5.6.3-py3-none-any.whl
    45.6 kB
    Upload 6 files about 2 months ago
  • jinja2-3.1.6-py3-none-any.whl
    135 kB
    xet
    Upload 6 files about 2 months ago
  • llama_cpp_python-0.3.16-cp313-cp313-linux_x86_64.whl
    4.52 MB
    xet
    Upload 6 files about 2 months ago
  • markupsafe-3.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
    23 kB
    Upload 6 files about 2 months ago
  • numpy-2.4.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
    16.6 MB
    xet
    Upload 6 files about 2 months ago
  • typing_extensions-4.15.0-py3-none-any.whl
    44.6 kB
    Upload 6 files about 2 months ago