Skip to content

Commit

Permalink
Merge branch 'main' into improve_fp6_llm_linear
Browse files Browse the repository at this point in the history
  • Loading branch information
gau-nernst authored Jun 10, 2024
2 parents fa38572 + 0d44041 commit 156063a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
gpu-arch-type: ${{ matrix.gpu-arch-type }}
gpu-arch-version: ${{ matrix.gpu-arch-version }}
script: |
conda create -n venv python=3.9 -y
conda create -n venv python=3.8 -y
conda activate venv
echo "::group::Install newer objcopy that supports --set-section-alignment"
yum install -y devtoolset-10-binutils
Expand Down
2 changes: 1 addition & 1 deletion torchao/quantization/fp6_llm.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import math
from typing import Optional, Tuple, List
from typing import List, Optional, Tuple

import torch
from torch import nn, Tensor
Expand Down

0 comments on commit 156063a

Please sign in to comment.