Skip to content

Commit

Permalink
remove gptq extra
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Jun 27, 2024
1 parent 2d8d72c commit 50b6ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test_gptq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ jobs:
--volume ${{ github.workspace }}:/workspace
--workdir /workspace
run: |
pip install -e .[tests,gptq]
pip install auto-gptq
pip install -e .[tests]
pytest tests/gptq -s -vvvv --durations=0
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
"quality": QUALITY_REQUIRE,
"benchmark": BENCHMARK_REQUIRE,
"doc-build": ["accelerate"],
"gptq": ["auto-gptq"],
}

setup(
Expand Down

0 comments on commit 50b6ed7

Please sign in to comment.