* Added the instruction for AMD GPU in English * Added the instruction for AMD GPU in Chinese * Update install.sh, now it will check wether user are using cuda or rocm * 恢复原来的readme,已经更新了install.sh * 恢复中文readme * 将n卡的判断条件由nvcc改成nvidia-smi
安装 pyopenjtalk 库时不仅要保证 gcc 版本不高于 14,同时在执行 pip install -r requirements.txt 前需要保证环境变量中更新刚刚安装的 gcc/g++/cmake。 因此在安装三者后补充了设置环境变量,并且用 hash -r 确保生效