mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 00:12:08 +00:00
# What does this PR do? When passing in environment variables like gptq_bits, we still get errors thrown from TGI because the try/catch block is catching the wrong type of error. This PR aims to fix that. @Narsil - let me know if this is how you want this formatted. My Python is a little shaky, so I hope this syntax is correct. |
||
---|---|---|
.. | ||
gptq | ||
__init__.py | ||
convert.py | ||
dist.py | ||
hub.py | ||
layers.py | ||
logits_process.py | ||
tokens.py | ||
watermark.py | ||
weights.py |