We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769013c commit 7d5e16aCopy full SHA for 7d5e16a
tests/integ/sagemaker/jumpstart/constants.py
@@ -46,6 +46,9 @@ def _to_s3_path(filename: str, s3_prefix: Optional[str]) -> str:
46
("huggingface-spc-bert-base-cased", "*"): ("training-datasets/QNLI-tiny/"),
47
("js-trainable-model", "*"): ("training-datasets/QNLI-tiny/"),
48
("meta-textgeneration-llama-2-7b", "*"): ("training-datasets/sec_amazon/"),
49
+ ("meta-textgeneration-llama-2-7b", "2.*"): ("training-datasets/sec_amazon/"),
50
+ ("meta-textgeneration-llama-2-7b", "3.*"): ("training-datasets/sec_amazon/"),
51
+ ("meta-textgenerationneuron-llama-2-7b", "*"): ("training-datasets/sec_amazon/"),
52
}
53
54
0 commit comments