From d165a6a6ec0699f23ff1eaf08abda49931120bc0 Mon Sep 17 00:00:00 2001 From: "Mr.Blue" Date: Tue, 19 Mar 2024 11:48:12 +0800 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c822e9..6a5fcff 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repo provides the source code and checkpoints for our paper [Scalable and E ## Package installation -- pip install -r requirement.txt +- pip install -r requirements.txt - pip install torch==1.10.0+cu111 -f https://download.pytorch.org/whl/torch_stable.html - conda install -c conda-forge faiss-gpu @@ -99,4 +99,4 @@ You are only one step away from success! But be patient, it might take some time Awesome! You have all files needed for training. Run the script for training: ``` bash full_scripts/full_lng_knp_train_pipline.sh -``` \ No newline at end of file +```