Remove RWKV from requirements.txt
This commit is contained in:
parent
7aed53559a
commit
1490c0af68
2 changed files with 9 additions and 2 deletions
|
|
@ -10,12 +10,11 @@ pandas
|
|||
Pillow>=9.5.0
|
||||
pyyaml
|
||||
requests
|
||||
rwkv==0.7.3
|
||||
safetensors==0.3.1
|
||||
sentencepiece
|
||||
transformers==4.29.2
|
||||
tqdm
|
||||
git+https://github.com/huggingface/peft@4fd374e80d670781c0d82c96ce94d1215ff23306
|
||||
transformers==4.29.2
|
||||
bitsandbytes==0.38.1; platform_system != "Windows"
|
||||
llama-cpp-python==0.1.51; platform_system != "Windows"
|
||||
https://github.com/abetlen/llama-cpp-python/releases/download/v0.1.51/llama_cpp_python-0.1.51-cp310-cp310-win_amd64.whl; platform_system == "Windows"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue