Spaces:
Paused
Paused
alessandro trinca tornidor
commited on
Commit
·
4d19eb4
1
Parent(s):
db609a2
[ci] add requirements_colab.txt
Browse files- .gitignore +2 -1
- requirements_colab.txt +12 -0
.gitignore
CHANGED
@@ -6,6 +6,7 @@ flagged/Input Image/**/*
|
|
6 |
flagged/log.csv
|
7 |
.DS_Store
|
8 |
tmp
|
|
|
9 |
|
10 |
### JetBrains ###
|
11 |
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
@@ -59,4 +60,4 @@ fabric.properties
|
|
59 |
# *.iml
|
60 |
# modules.xml
|
61 |
# .idea/misc.xml
|
62 |
-
# *.ipr
|
|
|
6 |
flagged/log.csv
|
7 |
.DS_Store
|
8 |
tmp
|
9 |
+
.coverage*
|
10 |
|
11 |
### JetBrains ###
|
12 |
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
|
|
60 |
# *.iml
|
61 |
# modules.xml
|
62 |
# .idea/misc.xml
|
63 |
+
# *.ipr
|
requirements_colab.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
bitsandbytes
|
2 |
+
einops
|
3 |
+
fastapi
|
4 |
+
gradio
|
5 |
+
gradio_client
|
6 |
+
markdown2
|
7 |
+
nh3
|
8 |
+
openai
|
9 |
+
peft
|
10 |
+
ray
|
11 |
+
shortuuid
|
12 |
+
uvicorn
|