Skip to content
Snippets Groups Projects
Commit f4e72369 authored by Zhili Wang's avatar Zhili Wang
Browse files

Update readme.md

parent 65bc49f6
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ We recommend creating a new environment using `conda create -n xxx python==3.10`
* torch2.0.1: `pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118`
(Install PyTorch according to your version of Python and CUDA; See [pytorch.org](https://pytorch.org/get-started/locally/) for more information)
* `pip install nltk`
* `pip install fastNLP==0.6.0/0.7.0` (See[fastNLP](https://github.com/fastnlp/fastNLP); You need to download the specified old version to run this code.)
* `pip install fastNLP==0.6.0/0.7.0` (See [fastNLP](https://github.com/fastnlp/fastNLP); You need to download the specified old version to run this code.)
* `pip install transformers`
* `pip install fitlog`
(If an error occurred in ``.../fitlog/fastlog/logger.py, line 776``, you may need to revise `np.str` to `np.str_`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment