Jay1121 commited on
Commit
07c4cee
·
verified ·
1 Parent(s): fe38da0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt CHANGED
@@ -10,3 +10,11 @@ gradio==4.44.0
10
  # 토크나이저 쪽 (llama 계열 + sentencepiece 계열 호환)
11
  sentencepiece
12
  protobuf
 
 
 
 
 
 
 
 
 
10
  # 토크나이저 쪽 (llama 계열 + sentencepiece 계열 호환)
11
  sentencepiece
12
  protobuf
13
+
14
+ gradio==4.44.0
15
+ transformers==4.44.2
16
+ huggingface_hub>=0.23.0
17
+ llama-cpp-python>=0.2.90
18
+ sentencepiece
19
+ protobuf
20
+