Commit e8e27350 authored by yangql's avatar yangql
Browse files

Update test_quant.py

parent 7c35a179
......@@ -46,7 +46,7 @@ def gptq():
messages.append(msg)
print('len(messages):',len(messages))
messages = messages[:5]
messages = messages[:500]
print('len(messages):',len(messages))
data = []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment