chore: Replace firefox with 7zip (smaller)
This commit is contained in:
parent
ff11c1deb3
commit
1143acc415
4 changed files with 33 additions and 10 deletions
14
README.md
14
README.md
|
|
@ -1,5 +1,11 @@
|
|||
# neural compression
|
||||
|
||||
## Running locally
|
||||
|
||||
```
|
||||
uv sync --all-extras
|
||||
```
|
||||
|
||||
Example usage:
|
||||
|
||||
```shell
|
||||
|
|
@ -21,10 +27,12 @@ python benchmark.py --debug compress \
|
|||
--input-file inputfile --output-file outputfile
|
||||
```
|
||||
|
||||
## Running locally
|
||||
Testing compression:
|
||||
|
||||
```
|
||||
uv sync --all-extras
|
||||
```shell
|
||||
bash config/download_datasets.sh config/urls.txt /home/tdpeuter/data/ml-inputs
|
||||
bash config/generate_csv.sh > config/sub.csv
|
||||
bash config/local.sh
|
||||
```
|
||||
|
||||
## Running on the Ghent University HPC
|
||||
|
|
|
|||
Reference in a new issue