Niki Zhang commited on
Commit
16e7f13
·
verified ·
1 Parent(s): 4fc5f55

Update requirements.txt

Browse files

update with recommendation system

Files changed (1) hide show
  1. requirements.txt +9 -2
requirements.txt CHANGED
@@ -4,10 +4,10 @@ https://download.pytorch.org/whl/cu118/torchvision-0.16.0%2Bcu118-cp39-cp39-linu
4
  https://download.pytorch.org/whl/cu118/torchaudio-2.1.0%2Bcu118-cp39-cp39-linux_x86_64.whl
5
 
6
 
7
- pydantic==1.10.2
8
  pycparser==2.21.0
9
  emoji
10
- openai==0.28.1
11
  pillow==9.5.0
12
 
13
  transformers==4.40
@@ -50,3 +50,10 @@ langchain_community
50
  edge-tts==6.1.12
51
  safetensors
52
  peft
 
 
 
 
 
 
 
 
4
  https://download.pytorch.org/whl/cu118/torchaudio-2.1.0%2Bcu118-cp39-cp39-linux_x86_64.whl
5
 
6
 
7
+ pydantic==2.4.0
8
  pycparser==2.21.0
9
  emoji
10
+ openai
11
  pillow==9.5.0
12
 
13
  transformers==4.40
 
50
  edge-tts==6.1.12
51
  safetensors
52
  peft
53
+
54
+ faiss-gpu
55
+ datasets
56
+ sentencepiece
57
+ huggingface_hub
58
+ torch
59
+ spaces