Skip to content

Commit 79b15f6

Browse files
committed
Bump version to 0.2.1
1 parent ce07d7c commit 79b15f6

File tree

4 files changed

+281
-81
lines changed

4 files changed

+281
-81
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pip install git+https://github.com/dnth/DEIM.git
100100

101101
Stable version
102102
```bash
103-
pip install git+https://github.com/dnth/DEIM.git@v0.2.0
103+
pip install git+https://github.com/dnth/DEIM.git@v0.2.1
104104
```
105105

106106
### 🔌 Using Pixi
@@ -484,11 +484,11 @@ pixi run -e cuda live-inference --onnx model.onnx --webcam --provider cuda --cla
484484
```
485485

486486
> [!TIP]
487-
> If you want to use TensorRT for inference, you may need to set the `LD_LIBRARY_PATH` environment variable to include the TensorRT libraries.
487+
> If you want to use TensorRT for inference, you may need to set the `LD_LIBRARY_PATH` environment variable to include the TensorRT libraries. To do so, navigate into the base directory of this repo and run the following command.
488488
>
489489
> For example
490490
> ```bash
491-
> export LD_LIBRARY_PATH="/home/dnth/Desktop/DEIMKit/.pixi/envs/cuda/lib/python3.11/site-packages/tensorrt_libs:$LD_LIBRARY_PATH"
491+
> export LD_LIBRARY_PATH=".pixi/envs/cuda/lib/python3.11/site-packages/tensorrt_libs:$LD_LIBRARY_PATH"
492492
> ```
493493
494494
```bash

0 commit comments

Comments
 (0)