Skip to content

Commit

Permalink
Merge branch 'master' into linear
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams authored Jan 15, 2025
2 parents e6efaf9 + 66d3d3e commit ae26e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nv-a6000.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
python -c "import torch; print('CUDA available:', torch.cuda.is_available())"
- name: Install transformers
run: |
git clone --depth=1 https://github.com/huggingface/transformers
git clone https://github.com/huggingface/transformers
cd transformers
git checkout v4.47.1
git rev-parse --short HEAD
python -m pip install .
- name: Install deepspeed
Expand Down
3 changes: 0 additions & 3 deletions op_builder/hpu/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ def builder(self):

def cxx_args(self):
args = ['-O3', '-g', '-Wno-reorder']
CPU_ARCH = self.cpu_arch()
SIMD_WIDTH = self.simd_width()
args += [CPU_ARCH, '-fopenmp', SIMD_WIDTH]
return args

def libraries_args(self):
Expand Down

0 comments on commit ae26e7f

Please sign in to comment.