deepjavalibrary / djl-serving

A universal scalable machine learning model deployment solution
Apache License 2.0
182 stars 59 forks source link

[fix] remove validating quantization in properties_manager.py #2067

Closed sindhuvahinis closed 3 weeks ago

sindhuvahinis commented 3 weeks ago

Description

Test case passed : https://github.com/deepjavalibrary/djl-serving/actions/runs/9521520715/job/26249192465

We dont need validate quantization in properties_manager.py. We already do validate in HuggingFaceProperties which is called before quantization.