Theo Viel
commited on
Commit
·
f0a19f6
1
Parent(s):
98a67a0
add pixi.toml
Browse files
pixi.toml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[workspace]
|
| 2 |
+
authors = ["Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com>"]
|
| 3 |
+
channels = ["conda-forge", "nvidia"]
|
| 4 |
+
name = "nemo-retriever-ocr"
|
| 5 |
+
platforms = ["linux-64"]
|
| 6 |
+
version = "0.1.0"
|
| 7 |
+
|
| 8 |
+
[tasks]
|
| 9 |
+
|
| 10 |
+
[dependencies]
|
| 11 |
+
python = "3.12.*"
|
| 12 |
+
uv = ">=0.9.4,<0.10"
|
| 13 |
+
cuda-toolkit = "12.8.*"
|
| 14 |
+
ninja = ">=1.13.1,<2"
|