18 lines
412 B
Markdown
18 lines
412 B
Markdown
# neural compression
|
|
|
|
## Running locally
|
|
|
|
```
|
|
uv sync --all-extras
|
|
```
|
|
|
|
## Running on the Ghent University HPC
|
|
|
|
See the [Infrastructure docs](https://docs.hpc.ugent.be/infrastructure/#gpu-clusters) for more information about the clusters.
|
|
|
|
```
|
|
module swap cluster/joltik # Specify the (GPU) cluster, {joltik,accelgor,litleo}
|
|
|
|
qsub job.pbs # Submit job
|
|
qstat # Check status
|
|
```
|