Skip to content

Commit 143bdb7

Browse files
authored
Don't test "meta-llama-3.3-8b-instruct-moderated-llama" (#1173)
1 parent 85af03d commit 143bdb7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugins/validation_tests/test_object_creation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ def test_all_suts_construct_and_record_init(sut_name):
8686
"nvidia-nemotron-4-340b-instruct",
8787
"nvidia-llama-3.1-nemotron-70b-instruct",
8888
"nvidia-mistral-nemo-minitron-8b-8k-instruct",
89+
# used to work, throws an auth error, maybe we don't care so much
90+
"meta-llama-3.3-8b-instruct-moderated-llama",
8991
}
9092
TOO_EXPENSIVE_SUT_CLASSES = {
9193
BasetenSUT, # Dedicated server

0 commit comments

Comments
 (0)