paleDriver7 commited on
Commit
f43a2d1
1 Parent(s): 302f7cd

Update backend/requirements.txt

Browse files
Files changed (1) hide show
  1. backend/requirements.txt +13 -2
backend/requirements.txt CHANGED
@@ -1,10 +1,21 @@
1
  fastapi
2
  uvicorn[standard]
3
 
 
4
  Flask
5
  flask_cors
 
 
 
 
 
 
 
 
 
6
  git+https://github.com/meta-llama/llama3.git#egg=llama3
 
 
 
7
  numpy
8
  pandas
9
-
10
- openai
 
1
  fastapi
2
  uvicorn[standard]
3
 
4
+
5
  Flask
6
  flask_cors
7
+
8
+
9
+ torch
10
+ fairscale
11
+ fire
12
+ tiktoken==0.4.0
13
+ blobfile
14
+
15
+
16
  git+https://github.com/meta-llama/llama3.git#egg=llama3
17
+ openai
18
+
19
+
20
  numpy
21
  pandas