Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tests/models/test_decoders.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from fms.models.hf.utils import AutoConfig
from fms.utils import serialization
import pytest
Expand Down Expand Up @@ -213,7 +213,9 @@
0.0044301633024588115,
),
}

print(
"STATEMENT FOR TESTING bot:test"
)
if MODEL_CONFIGURATION_PATH != "":
print(
"ignoring FMS_TEST_SHAPES_COMMON_MODEL_PATHS, FMS_TEST_SHAPES_USE_MICRO_MODELS as configuration will be set by FMS_TEST_SHAPES_FROM_MODEL_CONFIGURATION"
Expand Down
Loading