diff --git a/.gitignore b/.gitignore index f02d66d..1b40b35 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,11 @@ # api key -# data config-debug/ run-debug/ wiki2023/ run/cache/ model/ cache-utilts/ -data/factscore/ # Byte-compiled / optimized / DLL files __pycache__/ *.pyc diff --git a/readme.md b/readme.md index 52637ca..10183d9 100644 --- a/readme.md +++ b/readme.md @@ -21,10 +21,6 @@ - dev environment:pytorch:2.0.1-py3.10-cuda11.8.0-devel-ubuntu22.04 - [install miniconda](https://docs.anaconda.com/free/miniconda/index.html) -- git clone raglab - ~~~bash - git clone https://github.com/fate-ubw/raglab-exp.git - ~~~ - create environment from yml file ~~~bash cd raglab-exp