Skip to content

Commit

Permalink
added AutoAWQ support to text-generation-webui
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Feb 3, 2024
1 parent 7b27edb commit 2d6187b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/llm/text-generation-webui/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ def oobabooga(version, branch=None, tag=None, sha=None, build_args=None, default

if L4T_VERSION.major <= 35:
twu['depends'] = twu['depends'] + ['bitsandbytes']

elif L4T_VERSION.major >= 36:
twu['depends'] = twu['depends'] + ['auto_awq']

return twu

package = [
Expand Down

0 comments on commit 2d6187b

Please sign in to comment.