Ashley Wright commited on
Commit
352bf3a
·
1 Parent(s): efb0b45

Include install_args.txt in README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -7,4 +7,5 @@ Some recommendations are as follows:
7
  - Compiled models should be included directly in the repository(rather than compiling during loading), loading time matters far more than file sizes
8
  - Avoid changing `src/main.py`, as that includes mostly protocol logic. Most changes should be in `models` and `src/pipeline.py`
9
 
10
- For testing, you need a docker container with pytorch and ubuntu 22.04, you can download your listed dependencies with `pip install -e .`, and then running `src/main.py`
 
 
7
  - Compiled models should be included directly in the repository(rather than compiling during loading), loading time matters far more than file sizes
8
  - Avoid changing `src/main.py`, as that includes mostly protocol logic. Most changes should be in `models` and `src/pipeline.py`
9
 
10
+ For testing, you need a docker container with pytorch and ubuntu 22.04,
11
+ you can download your listed dependencies with `pip install -e $(cat install_args.txt) .`, and then running `src/main.py`