marinone94
commited on
Commit
•
cc26ffa
1
Parent(s):
a96ecc1
update sm
Browse files
sm.py
CHANGED
@@ -32,7 +32,7 @@ sm_instances = test_sm_instances if TEST else full_sm_instances
|
|
32 |
|
33 |
ENTRY_POINT = "run_speech_recognition_seq2seq_streaming.py"
|
34 |
RUN_SCRIPT = "test_run.sh" if TEST else "run.sh"
|
35 |
-
IMAGE_URI = "116817510867.dkr.ecr.eu-west-1.amazonaws.com/huggingface-pytorch-training:whisper-finetuning-0223e276db78adf4ea4dc5f874793cb2"
|
36 |
if IMAGE_URI is None:
|
37 |
raise ValueError("IMAGE_URI variable not set, please update script.")
|
38 |
|
|
|
32 |
|
33 |
ENTRY_POINT = "run_speech_recognition_seq2seq_streaming.py"
|
34 |
RUN_SCRIPT = "test_run.sh" if TEST else "run.sh"
|
35 |
+
IMAGE_URI = "116817510867.dkr.ecr.eu-west-1.amazonaws.com/huggingface-pytorch-training:whisper-finetuning-v2-0223e276db78adf4ea4dc5f874793cb2"
|
36 |
if IMAGE_URI is None:
|
37 |
raise ValueError("IMAGE_URI variable not set, please update script.")
|
38 |
|