Closed jeffkinnison closed 9 months ago
4 files ±0 4 suites ±0 9m 25s :stopwatch: -17s 12 tests ±0 9 :heavy_check_mark: ±0 3 :zzz: ±0 0 :x: ±0 40 runs ±0 28 :heavy_check_mark: ±0 12 :zzz: ±0 0 :x: ±0
Results for commit b958a34c. ± Comparison against base commit 51f38c5c.
:recycle: This comment has been updated with latest results.
ludwig.utils.config_utils.get_quantization
returns the value ofquantization.bits
for LLM model types (eitherint
orNone
type), but for ECD it returns a list of values to account for multiple LLM encoders. To simplify checking the quantization,get_quantization
now returns a list in every case.