Skip to content

Commit

Permalink
Constrain so uses new transformers due to casper-hansen/AutoAWQ#417
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Mar 29, 2024
1 parent 8fd47ca commit aaa633f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/linux_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ pip install -r reqs_optional/requirements_optional_agents.txt -c reqs_optional/r


# https://github.com/h2oai/h2ogpt/issues/1483
pip uninstall flash_attn autoawq autoawq-kernels -y && pip install flash_attn autoawq autoawq-kernels --no-cache-dir
pip uninstall flash_attn autoawq autoawq-kernels -y
pip install flash_attn autoawq autoawq-kernels --no-cache-dir -c reqs_optional/reqs_constraints.txt


bash ./docs/run_patches.sh
Expand Down

0 comments on commit aaa633f

Please sign in to comment.