diff --git a/README.md b/README.md index 0b3c962..3c96f23 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ English | [简体中文](README_ZH.md) +#### For Mac and Linux users, please manually install Python 3.10 (usually the latest systems come with it built-in). + #### 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. diff --git a/README_ZH.md b/README_ZH.md index 1ad3360..8538dfa 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -48,6 +48,8 @@ API兼容的接口,这意味着一切ChatGPT客户端都是RWKV客户端。 #### 注意 目前RWKV中文模型质量一般,推荐使用英文模型体验实际RWKV能力 +#### 对于Mac和Linux用户,请手动安装 Python3.10 (通常最新的系统已经内置了) + #### 预设配置已经开启自定义CUDA算子加速,速度更快,且显存消耗更少。如果你遇到可能的兼容性问题,前往配置页面,关闭`使用自定义CUDA算子加速` #### 对于不同的任务,调整API参数会获得更好的效果,例如对于翻译任务,你可以尝试设置Temperature为1,Top_P为0.3