2024-02-19 17:14:04 -05:00
|
|
|
accelerate==0.27.*
|
2023-08-30 12:37:53 -04:00
|
|
|
colorama
|
|
|
|
datasets
|
|
|
|
einops
|
2024-02-15 18:40:23 -05:00
|
|
|
gradio==3.50.*
|
2024-02-13 14:25:02 -05:00
|
|
|
hqq==0.1.3
|
2024-01-13 19:47:13 -05:00
|
|
|
jinja2==3.1.2
|
2023-12-24 12:22:31 -05:00
|
|
|
lm_eval==0.3.0
|
2023-08-30 12:37:53 -04:00
|
|
|
markdown
|
2024-02-13 14:26:35 -05:00
|
|
|
numpy==1.26.*
|
2024-02-19 17:15:21 -05:00
|
|
|
optimum==1.17.*
|
2023-08-30 12:37:53 -04:00
|
|
|
pandas
|
2024-02-13 14:27:18 -05:00
|
|
|
peft==0.8.*
|
2023-08-30 12:37:53 -04:00
|
|
|
Pillow>=9.5.0
|
|
|
|
pyyaml
|
|
|
|
requests
|
2023-12-20 00:58:36 -05:00
|
|
|
rich
|
2024-02-04 21:40:25 -05:00
|
|
|
safetensors==0.4.*
|
2023-08-30 12:37:53 -04:00
|
|
|
scipy
|
|
|
|
sentencepiece
|
|
|
|
tensorboard
|
2024-01-22 07:07:12 -05:00
|
|
|
transformers==4.37.*
|
2023-08-30 12:37:53 -04:00
|
|
|
tqdm
|
|
|
|
wandb
|
|
|
|
|
|
|
|
# bitsandbytes
|
2024-02-16 13:47:39 -05:00
|
|
|
bitsandbytes==0.42.*; platform_system != "Windows"
|
2023-08-30 12:37:53 -04:00
|
|
|
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)
|
2024-02-19 16:42:31 -05:00
|
|
|
https://github.com/oobabooga/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.44+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/oobabooga/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.44+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/oobabooga/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.44+cpuavx-cp311-cp311-win_amd64.whl; platform_system == "Windows" and python_version == "3.11"
|
|
|
|
https://github.com/oobabooga/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.44+cpuavx-cp310-cp310-win_amd64.whl; platform_system == "Windows" and python_version == "3.10"
|