Spaces:
Runtime error
Runtime error
Laura Cabayol Garcia
commited on
Commit
·
6b18473
1
Parent(s):
b7dc272
deploy AT
Browse files
.github/workflows/basic_AT.yml
CHANGED
@@ -32,8 +32,8 @@ jobs:
|
|
32 |
- name: Download model files
|
33 |
run: |
|
34 |
mkdir -p data/models
|
35 |
-
wget -O data/models/modelF_DA.pt https://raw.githubusercontent.com/
|
36 |
-
wget -O data/models/modelZ_DA.pt https://raw.githubusercontent.com/
|
37 |
# Run the tests and specify the temporary directory as output_dir
|
38 |
- name: Run tests
|
39 |
timeout-minutes: 5
|
|
|
32 |
- name: Download model files
|
33 |
run: |
|
34 |
mkdir -p data/models
|
35 |
+
wget -O data/models/modelF_DA.pt https://raw.githubusercontent.com/lauracabayol/TEMPS/master/data/models/modelF_DA.pt
|
36 |
+
wget -O data/models/modelZ_DA.pt https://raw.githubusercontent.com/lauracabayol/TEMPS/master/data/models/modelZ_DA.pt
|
37 |
# Run the tests and specify the temporary directory as output_dir
|
38 |
- name: Run tests
|
39 |
timeout-minutes: 5
|