2023-10-26 23:46:16 -04:00
|
|
|
accelerate==0.24.*
|
2023-08-30 12:37:53 -04:00
|
|
|
colorama
|
|
|
|
datasets
|
|
|
|
einops
|
2023-11-13 13:34:10 -05:00
|
|
|
exllamav2==0.0.8
|
2023-10-23 00:20:41 -04:00
|
|
|
gradio==3.50.*
|
2023-08-30 12:37:53 -04:00
|
|
|
markdown
|
2023-10-15 11:05:06 -04:00
|
|
|
numpy==1.24.*
|
2023-11-06 22:13:41 -05:00
|
|
|
optimum==1.14.0
|
2023-08-30 12:37:53 -04:00
|
|
|
pandas
|
2023-11-06 22:12:59 -05:00
|
|
|
peft==0.6.*
|
2023-08-30 12:37:53 -04:00
|
|
|
Pillow>=9.5.0
|
|
|
|
pyyaml
|
|
|
|
requests
|
2023-10-10 16:41:09 -04:00
|
|
|
safetensors==0.4.0
|
2023-08-30 12:37:53 -04:00
|
|
|
scipy
|
|
|
|
sentencepiece
|
|
|
|
tensorboard
|
2023-11-04 13:12:06 -04:00
|
|
|
transformers==4.35.*
|
2023-08-30 12:37:53 -04:00
|
|
|
tqdm
|
|
|
|
wandb
|
|
|
|
|
2023-10-05 09:01:36 -04:00
|
|
|
git+https://github.com/oobabooga/torch-grammar.git
|
2023-09-28 18:16:28 -04:00
|
|
|
|
2023-08-30 12:37:53 -04: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 08:58:29 -04:00
|
|
|
|
2023-09-24 09:08:39 -04:00
|
|
|
# llama-cpp-python (CPU only, no AVX2)
|
2023-11-16 20:55:14 -05:00
|
|
|
https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.18+cpuavx-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+cpuavx-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+cpuavx-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+cpuavx-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+cpuavx-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+cpuavx-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+cpuavx-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+cpuavx-cp38-cp38-win_amd64.whl; platform_system == "Windows" and python_version == "3.8"
|