To install tiktorch and start server run:
conda create -n tiktorch-server-env -c ilastik-forge -c conda-forge -c pytorch tiktorch
conda activate tiktorch-server-env
tiktorch-server
To create development environment run:
make devenv
Then run sever:
make run_server
Run tests:
pytest