We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85af03d commit 143bdb7Copy full SHA for 143bdb7
1 file changed
plugins/validation_tests/test_object_creation.py
@@ -86,6 +86,8 @@ def test_all_suts_construct_and_record_init(sut_name):
86
"nvidia-nemotron-4-340b-instruct",
87
"nvidia-llama-3.1-nemotron-70b-instruct",
88
"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",
91
}
92
TOO_EXPENSIVE_SUT_CLASSES = {
93
BasetenSUT, # Dedicated server
0 commit comments