You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some experimentation, I found that dequantizing and running FP16 matmul is faster in cases where batch_size * n_tokens >= 1024. This should help with throughput.
After some experimentation, I found that dequantizing and running FP16 matmul is faster in cases where
batch_size * n_tokens >= 1024
. This should help with throughput.casper-hansen/AutoAWQ#316
The text was updated successfully, but these errors were encountered: