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 63aa372

Browse files
authoredMay 30, 2025··
Merge branch 'main' into cache
2 parents 0ebd302 + 8183d0f commit 63aa372

Some content is hidden

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

50 files changed

+146
-546
lines changed
 

‎.github/workflows/pr_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ jobs:
291291
- name: Failure short reports
292292
if: ${{ failure() }}
293293
run: |
294-
cat reports/tests_lora_failures_short.txt
295-
cat reports/tests_models_lora_failures_short.txt
294+
cat reports/tests_peft_main_failures_short.txt
295+
cat reports/tests_models_lora_peft_main_failures_short.txt
296296
297297
- name: Test suite reports artifacts
298298
if: ${{ always() }}

‎docs/source/en/_toctree.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@
182182
title: Caching
183183
- local: optimization/memory
184184
title: Reduce memory usage
185-
- local: optimization/torch2.0
186-
title: PyTorch 2.0
187185
- local: optimization/xformers
188186
title: xFormers
189187
- local: optimization/tome

0 commit comments

Comments
 (0)
Please sign in to comment.