2023-10-27 05:46:16 +02:00
|
|
|
accelerate==0.24.*
|
2023-08-30 18:37:53 +02:00
|
|
|
colorama
|
|
|
|
datasets
|
|
|
|
einops
|
2023-11-13 19:34:10 +01:00
|
|
|
exllamav2==0.0.8
|
2023-10-23 06:20:41 +02:00
|
|
|
gradio==3.50.*
|
2023-08-30 18:37:53 +02:00
|
|
|
markdown
|
2023-10-15 17:05:06 +02:00
|
|
|
numpy==1.24.*
|
2023-11-07 04:13:41 +01:00
|
|
|
optimum==1.14.0
|
2023-08-30 18:37:53 +02:00
|
|
|
pandas
|
2023-11-07 04:12:59 +01:00
|
|
|
peft==0.6.*
|
2023-08-30 18:37:53 +02:00
|
|
|
Pillow>=9.5.0
|
|
|
|
pyyaml
|
|
|
|
requests
|
2023-10-10 22:41:09 +02:00
|
|
|
safetensors==0.4.0
|
2023-08-30 18:37:53 +02:00
|
|
|
scipy
|
|
|
|
sentencepiece
|
|
|
|
tensorboard
|
2023-11-04 18:12:06 +01:00
|
|
|
transformers==4.35.*
|
2023-08-30 18:37:53 +02:00
|
|
|
tqdm
|
|
|
|
wandb
|
|
|
|
|
2023-10-05 15:01:36 +02:00
|
|
|
git+https://github.com/oobabooga/torch-grammar.git
|
2023-09-29 00:16:28 +02:00
|
|
|
|
2023-08-30 18:37:53 +02:00
|
|
|
# bitsandbytes
|
|
|
|
bitsandbytes==0.41.1; platform_system != "Windows"
|
|
|
|
https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl; platform_system == "Windows"
|
2023-09-24 14:58:29 +02:00
|
|
|
|
|
|
|
# llama-cpp-python (CPU only, AVX2)
|
2023-11-20 20:46:03 +01:00
|
|
|
https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.18+cpuavx2-cp311-cp311-manylinux_2_31_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.11"
|
|
|
|
https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.18+cpuavx2-cp310-cp310-manylinux_2_31_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.10"
|
|
|
|
https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.18+cpuavx2-cp39-cp39-manylinux_2_31_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.9"
|
|
|
|
https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.18+cpuavx2-cp38-cp38-manylinux_2_31_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.8"
|
|
|
|
https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.18+cpuavx2-cp311-cp311-win_amd64.whl; platform_system == "Windows" and python_version == "3.11"
|
|
|
|
https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.18+cpuavx2-cp310-cp310-win_amd64.whl; platform_system == "Windows" and python_version == "3.10"
|
|
|
|
https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.18+cpuavx2-cp39-cp39-win_amd64.whl; platform_system == "Windows" and python_version == "3.9"
|
|
|
|
https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.18+cpuavx2-cp38-cp38-win_amd64.whl; platform_system == "Windows" and python_version == "3.8"
|