.gitattributes
.gitignore
.gitmodules
CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/build.yml
.github/workflows/tests.yml
ctransformer_core/__init__.py
ctransformer_core/hub.py
ctransformer_core/langchain.py
ctransformer_core/lib.py
ctransformer_core/llm.py
ctransformer_core/logger.py
ctransformer_core/transformers.py
ctransformer_core/utils.py
ctransformer_core.egg-info/PKG-INFO
ctransformer_core.egg-info/SOURCES.txt
ctransformer_core.egg-info/dependency_links.txt
ctransformer_core.egg-info/not-zip-safe
ctransformer_core.egg-info/requires.txt
ctransformer_core.egg-info/top_level.txt
ctransformer_core/gptq/__init__.py
ctransformer_core/gptq/hub.py
ctransformer_core/gptq/llm.py
models/common.h
models/llm.cc
models/llm.h
models/ggml/cmpnct_unicode.cpp
models/ggml/cmpnct_unicode.h
models/ggml/ggml-alloc.c
models/ggml/ggml-alloc.h
models/ggml/ggml-cuda-ggllm.cu
models/ggml/ggml-cuda-ggllm.h
models/ggml/ggml-cuda.cu
models/ggml/ggml-cuda.h
models/ggml/ggml-ggllm.c
models/ggml/ggml-ggllm.h
models/ggml/ggml-metal.h
models/ggml/ggml-metal.m
models/ggml/ggml-metal.metal
models/ggml/ggml.c
models/ggml/ggml.h
models/ggml/k_quants.c
models/ggml/k_quants.h
models/ggml/libfalcon.cpp
models/ggml/libfalcon.h
models/ggml/llama-ggml.cpp
models/ggml/llama-ggml.h
models/ggml/llama-util.h
models/ggml/llama.cpp
models/ggml/llama.h
models/llms/dolly.cc
models/llms/falcon.cc
models/llms/gpt-neox.cc
models/llms/gpt2.cc
models/llms/gptj.cc
models/llms/llama-ggml.cc
models/llms/llama.cc
models/llms/mpt.cc
models/llms/replit.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