dlxj commited on
Commit ·
ed2ffec
1
Parent(s): ce0144c
add requirements.txt
Browse files- readme.txt +12 -1
- requirements.txt +3 -0
readme.txt
CHANGED
|
@@ -1 +1,12 @@
|
|
| 1 |
-
see https://github.com/LumionHXJ/SegHist
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
see https://github.com/LumionHXJ/SegHist
|
| 2 |
+
|
| 3 |
+
curl -LsSf https://astral.sh/uv/install.sh | sh
|
| 4 |
+
# On Windows.
|
| 5 |
+
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
|
| 6 |
+
|
| 7 |
+
uv venv --python 3.8 --seed --clear
|
| 8 |
+
|
| 9 |
+
.venv/Scripts/pip.exe install -r requirements.txt --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org
|
| 10 |
+
|
| 11 |
+
.venv/Scripts/python.exe
|
| 12 |
+
|
requirements.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==1.12.1
|
| 2 |
+
torchvision==0.13.1
|
| 3 |
+
torchaudio==0.12.1
|