Description
Some libraries weren't in requirements.txt, leading to "No module named xx" errors. I've listed them below. If there are no further notes, it means a direct "pip install
1.opencc("pip install opencc-python-reimplemented")
2.huggingface_hub(0.23.2)
3.zhconv
4.fairscale
5.mmcv(Found the link for PyTorch 2.3 and CUDA 11.8 compatible versions on the official website, thenpip install mmcv==2.2.0 -f https://download.openmmlab.com/mmcv/dist/cu118/torch2.3/index.html)
6.cuda11.8(Manual installation of cuda11.8)
Suggestion
add then in requirments.txt to avoid same error