Changes
1 changed files (+1/-1)
-
-
@@ -6,7 +6,7 @@ ## InstallationInstall it using `pipx install git+https://git.unnamed.website/search/` or `uv tool install git+https://git.unnamed.website/search/`. For GPU support, use `uv tool install --overrides <(echo "onnxruntime; sys_platform == 'never'") git+https://git.unnamed.website/search/[intel]` or `[nvidia]` or `[amd]` depending on your GPU vendor. You may need to install drivers such as `intel-compute-runtime` and if dependency resolution fails, add the flag `-p 3.12` or some other Python version. For GPU support, use `uv tool install --overrides <(echo "onnxruntime; sys_platform == 'never'") git+https://git.unnamed.website/search/[intel]` or `[nvidia]` or `[amd]` depending on your GPU vendor. You may need to install drivers such as `intel-compute-runtime` and if dependency resolution fails, add the flag `-p 3.12` or some other Python version. For AMD, add the flag `-f https://repo.radeon.com/rocm/manylinux/rocm-rel-6.3.1/`. Python packaging is such a gross mess. ## Usage
-