Joe K Qiao
Joe K Qiao
can't open the simple Chinese version official guideline, but the other language is normal, please help to confirm the reason. thanks.
**bug reproduces**: /router/poc.router.js may like this: ``` const router = require('express').Router(); router.get("/poc", (req, res,next)=>{ res.json({code: 200}) next(); }) module.exports=router; ``` index.js may like this: ``` 1. app.use('/api/v1.0.0', require('./router/poc.router')) will be...
**unsupported version**: 1. faster-whisper >= v1.0.0 2. ctranslate2==4.0.0 [From ctranslate2 official guideline that ctranslate2==4.0.0 will support cuda 11.x](https://opennmt.net/CTranslate2/installation.html#install-with-docker) But actually it's not supported it will return CUDA failed with the...