Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5098754

Browse files
authoredMar 21, 2025··
Merge branch 'master' into fix-6848-forbid-repeated-init
2 parents 15831ce + 1ca83a6 commit 5098754

File tree

78 files changed

+943
-531
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+943
-531
lines changed
 

‎.github/workflows/cpu-torch-latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
git clone https://github.com/huggingface/transformers
4343
cd transformers
4444
# if needed switch to the last known good SHA until transformers@master is fixed
45-
# git checkout 6c3f168b3
45+
# git checkout 981c276
4646
git rev-parse --short HEAD
4747
pip install .
4848

‎.github/workflows/hpu-gaudi2-nightly.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# The type of runner that the job will run on
2222
runs-on: [self-hosted, intel, gaudi2]
2323
container:
24-
image: vault.habana.ai/gaudi-docker/1.19.0/ubuntu22.04/habanalabs/pytorch-installer-2.5.1:latest
24+
image: vault.habana.ai/gaudi-docker/1.20.0/ubuntu22.04/habanalabs/pytorch-installer-2.6.0:latest
2525
ports:
2626
- 80
2727
options: --runtime=habana -e HABANA_VISIBLE_DEVICES=all -e OMPI_MCA_btl_vader_single_copy_mechanism=none --cap-add=sys_nice
@@ -45,6 +45,8 @@ jobs:
4545
test_zero_leaf_module.py
4646
test_zero_offloadpp.py
4747
test_zero_tiled.py
48+
test_autotp_training.py
49+
test_ulysses.py
4850
4951
# Steps represent a sequence of tasks that will be executed as part of the job
5052
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.