Skip to content

Commit cc7e3fb

Browse files
authored
Merge branch 'main' into malfet-patch-3
2 parents ab5bcbe + 05a2f45 commit cc7e3fb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/run-readme-pr-mps.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ on:
88
jobs:
99
test-readme-mps-macos:
1010
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
11-
secrets: inherit
1211
with:
1312
runner: macos-m1-14
14-
secrets-env: "HF_TOKEN_PERIODIC"
1513
script: |
1614
conda create -y -n test-readme-mps-macos python=3.10.11
1715
conda activate test-readme-mps-macos

quantize.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ def quantize(self, module):
410410
groupsize=self.groupsize,
411411
),
412412
)
413-
else:
414-
self.quantize(child)
413+
else:
414+
self.quantize(child)
415415

416416
return module
417417

0 commit comments

Comments
 (0)