Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justanhduc authored Apr 7, 2021
1 parent 0c6d90c commit 90b1309
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ On more advanced usage, don't neglect the TRICKS file in the package.

See [CHANGELOG](CHANGELOG.md).

## Tutorial

A tutorial with colab is available [here](https://librecv.github.io/blog/spooler/task%20manager/deep%20learning/2021/02/09/task-spooler.html).

## Features

I wrote Task Spooler because I didn't have any comfortable way of running batch jobs in my linux computer. I wanted to:
Expand Down Expand Up @@ -69,7 +73,7 @@ to use CMake, or
```
to use Makefile.

Common problems
#### Common problems
* Cannot find CUDA: Did you set a `CUDA_HOME` flag?
* `/usr/bin/ld: cannot find -lnvidia-ml`: This lib lies in `$CUDA_HOME/lib64/stubs`.
Please append this path to `LD_LIBRARY_PATH`.
Expand Down Expand Up @@ -191,3 +195,7 @@ Options adding jobs:
* To Pascal Bleser, for the SuSE packages.
* To Sergio Ballestrero, who sent code and motivated the development of a multislot version of ts.
* To GNU, an ugly but working and helpful ol' UNIX implementation.

## Related projects

[Messenger](https://github.com/justanhduc/messenger)

0 comments on commit 90b1309

Please sign in to comment.