.gitattributes
.gitignore
.gitmodules
CMakeLists.txt
LICENSE
README.md
pyproject.toml
setup.py
.github/workflows/build.yml
.github/workflows/tests.yml
ctransformers/__init__.py
ctransformers/hub.py
ctransformers/langchain.py
ctransformers/lib.py
ctransformers/llm.py
ctransformers/utils.py
ctransformers_langdash.egg-info/PKG-INFO
ctransformers_langdash.egg-info/SOURCES.txt
ctransformers_langdash.egg-info/dependency_links.txt
ctransformers_langdash.egg-info/not-zip-safe
ctransformers_langdash.egg-info/requires.txt
ctransformers_langdash.egg-info/top_level.txt
models/common.h
models/llm.cc
models/llm.h
models/ggml/ggml-cuda.cu
models/ggml/ggml-cuda.h
models/ggml/ggml.c
models/ggml/ggml.h
models/ggml/k_quants.c
models/ggml/k_quants.h
models/ggml/llama-util.h
models/ggml/llama.cpp
models/ggml/llama.h
models/llms/dolly.cc
models/llms/gpt-neox.cc
models/llms/gpt2.cc
models/llms/gptj.cc
models/llms/llama.cc
models/llms/mpt.cc
models/llms/starcoder.cc
scripts/build.sh
scripts/docs.py
scripts/release.sh
scripts/sync.sh
tests/__init__.py
tests/conftest.py
tests/test_llm.py
tests/test_model.py