fix: tokenizer path, library, cuda, better performance

This commit is contained in:
Googlefan
2024-09-11 02:11:59 +00:00
parent 59efac6905
commit 20019a007c
16 changed files with 107 additions and 22191 deletions

View File

@@ -1,6 +1,5 @@
import requests
res = requests.post('http://localhost:3000/synthesize', json={
"text": "おはようございます",
})