quangnd58 commited on
Commit
1738c88
·
verified ·
1 Parent(s): 395d280

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -153,3 +153,8 @@ python trt-edgellm/inference.py \
153
  - [NVIDIA ModelOpt](https://nvidia.github.io/TensorRT-Model-Optimizer/)
154
  - [TensorRT-Edge-LLM v0.6.0](https://nvidia.github.io/TensorRT-Edge-LLM/0.6.0/)
155
  - [qwen-asr-optimization repo](https://github.com/VLAOpt/qwen-asr-optimization)
 
 
 
 
 
 
153
  - [NVIDIA ModelOpt](https://nvidia.github.io/TensorRT-Model-Optimizer/)
154
  - [TensorRT-Edge-LLM v0.6.0](https://nvidia.github.io/TensorRT-Edge-LLM/0.6.0/)
155
  - [qwen-asr-optimization repo](https://github.com/VLAOpt/qwen-asr-optimization)
156
+
157
+ ## Quantization Script
158
+
159
+ The recipes and scripts used to quantize this model can be found in the following repository:
160
+ - [VinRobotics/model-quantization-recipes](https://github.com/VinRobotics/model-quantization-recipes/tree/main/recipes/qwen3-asr)