Vahe1994 / SpQR

Apache License 2.0
515 stars 40 forks source link

Fixed bug in lmeval.py caused by --save argument #41

Closed Godofnothing closed 8 months ago

Godofnothing commented 8 months ago

I've observed that --save arguments leads to an error, when calling lmeval.py or any other integration, since --save may not be defined. I've made it optional.

Godofnothing commented 8 months ago

@poedator this won't solve the problem in lmeval.py, since save argument is expected in QuantizationConfig. Good observation about --save=None by default, nevertheless.