mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-01 02:31:11 +06:00
[AWQ
] Addresses TODO for awq tests (#27467)
addresses todo for awq tests
This commit is contained in:
parent
04af4b90d6
commit
7b139023c3
@ -85,8 +85,7 @@ class AwqConfigTest(unittest.TestCase):
|
||||
@require_auto_awq
|
||||
@require_accelerate
|
||||
class AwqTest(unittest.TestCase):
|
||||
# TODO: @younesbelkada change it to `TheBloke/Mistral-7B-v0.1-AWQ` in the future
|
||||
model_name = "ybelkada/test-mistral-7b-v0.1-awq"
|
||||
model_name = "TheBloke/Mistral-7B-v0.1-AWQ"
|
||||
dummy_transformers_model_name = "bigscience/bloom-560m"
|
||||
|
||||
input_text = "Hello my name is"
|
||||
|
Loading…
Reference in New Issue
Block a user