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

  • Log In
  • Sign Up

dougeeai
/
llama-cpp-python-wheels

llama-cpp-python
GGUF
llama-cpp
cuda
windows
prebuilt-wheels
quantization
local-llm
Model card Files Files and versions
xet
Community

Instructions to use dougeeai/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 dougeeai/llama-cpp-python-wheels with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="dougeeai/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
5.23 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
dougeeai's picture
dougeeai
Update README.md with links
2f86866 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    3.71 kB
    Update README.md with links 6 months ago