Automatic Speech Recognition
TensorRT
Safetensors
qwen3_asr
asr
speech
quantization
int4
awq
jetson
nvidia-modelopt
Instructions to use vrfai/Qwen3-ASR-1.7B-int4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TensorRT
How to use vrfai/Qwen3-ASR-1.7B-int4 with TensorRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
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)
|