Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecolle committed Aug 22, 2024
1 parent c7e0ec0 commit 6d7bf69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_llm_perf_intel_pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
subset: [unquantized, bnb, awq, gptq]
subset: [unquantized]

machine: [
{name: c7i, runs-on: {group: 'aws-c7i-8xlarge-plus'}},
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
--volume ${{ github.workspace }}:/workspace
--workdir /workspace
run: |
pip install packaging && pip install flash-attn einops scipy auto-gptq optimum bitsandbytes autoawq codecarbon
pip install packaging && pip install einops scipy optimum codecarbon
pip install -U transformers huggingface_hub[hf_transfer]
pip install -e .
python llm_perf/hardware/intel/update_llm_perf_intel_pytorch.py
1 change: 0 additions & 1 deletion llm_perf/hardware/intel/update_llm_perf_intel_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def benchmark_intel_pytorch(model, attn_implementation, weights_config):
backend_config = PyTorchConfig(
model=model,
device="cpu",
device_ids="0",
no_weights=True,
library="transformers",
task="text-generation",
Expand Down

0 comments on commit 6d7bf69

Please sign in to comment.