Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
openai
|
| 2 |
+
gradio
|
| 3 |
+
cryptography
|
| 4 |
+
huggingface_hub
|
| 5 |
+
psutil
|
| 6 |
+
pynvml
|
| 7 |
+
py-cpuinfo
|
| 8 |
+
flopth
|
| 9 |
+
matplotlib
|