update readme

This commit is contained in:
josc146
2023-06-06 23:57:28 +08:00
parent c23c644fbc
commit a6f5b520c3
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ English | [简体中文](README_ZH.md)
</div>
#### Default configs do not enable custom CUDA kernel acceleration, but I strongly recommend that you enable it and run with int8 precision, which is much faster and consumes much less VRAM. Go to the Configs page and turn on `Use Custom CUDA kernel to Accelerate`.
#### Default configs has enabled custom CUDA kernel acceleration, which is much faster and consumes much less VRAM. If you encounter possible compatibility issues, go to the Configs page and turn off `Use Custom CUDA kernel to Accelerate`.
#### For different tasks, adjusting API parameters can achieve better results. For example, for translation tasks, you can try setting Temperature to 1 and Top_P to 0.3.