Create .huggingface.yml
Browse files- .huggingface.yml +10 -0
.huggingface.yml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Config file: .huggingface.yml
|
2 |
+
|
3 |
+
# Environment settings
|
4 |
+
environment:
|
5 |
+
python: 3.8
|
6 |
+
|
7 |
+
# Install dependencies
|
8 |
+
setup:
|
9 |
+
- pip install translate
|
10 |
+
- pip install tashaphyne
|