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
4 changes: 2 additions & 2 deletions backends/arm/requirements-arm-models-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2025 Arm Limited and/or its affiliates.
# Copyright 2025-2026 Arm Limited and/or its affiliates.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

diffusers[torch] == 0.33.1
diffusers[torch] @ git+https://github.com/huggingface/diffusers.git@a7cb14efbe4b255f4c8721c91a04f0ef40f4a05a
7 changes: 2 additions & 5 deletions backends/cortex_m/test/ops/test_add.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2025 Arm Limited and/or its affiliates.
# Copyright 2025-2026 Arm Limited and/or its affiliates.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
Expand Down Expand Up @@ -153,10 +153,7 @@ class CortexMAlphaAdd(ModelAlpha):


xfails_implementation = {
"alpha": (
"Expecting kwargs for aten op IR to be empty - alpha arg not supported.",
AssertionError,
),
"alpha": "Expecting kwargs for aten op IR to be empty - alpha arg not supported.",
}
xfails_dialect = xfails_implementation | {
# Cortex-M quantizer will not quantize additions that require broadcasting
Expand Down
2 changes: 1 addition & 1 deletion requirements-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
datasets == 3.6.0 # 4.0.0 deprecates trust_remote_code and load scripts. For now pin to 3.6.0
timm == 1.0.7
torchsr == 1.0.4
torchtune >= 0.6.1
torchtune @ git+https://github.com/pytorch/torchtune.git@44271b570af36cfda8ee20a4479d2652770378c0
transformers == 5.0.0rc1
2 changes: 1 addition & 1 deletion third-party/ao
Submodule ao updated 280 files
Loading