Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion test/passes/pytorch/test_selective_mixed_precision.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
def input_model_fixture(tmp_path_factory):
save_path = tmp_path_factory.mktemp("selective-mixed-precision-test")
model = LlamaForCausalLM(
LlamaConfig(
LlamaConfig( # pylint: disable=unexpected-keyword-arg
hidden_size=16,
intermediate_size=64,
num_hidden_layers=8,
Expand Down
3 changes: 2 additions & 1 deletion test/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ neural-compressor<2.4
nncf>=2.19.0
numpy<2.0.0
nvidia-modelopt
onnx
onnx<1.21.0 # onnx 1.21.0 removes support for symlinks which causes issues in CI
onnx-graphsurgeon
onnxconverter_common
onnxmltools
Expand All @@ -37,3 +37,4 @@ sentencepiece
soundfile
tabulate
torchvision
transformers<5.4.0 # transformers 5.4.0 breaks CI. Need to investigate and update our test code
Loading