Skip to content

Commit

Permalink
add runtime packages
Browse files Browse the repository at this point in the history
  • Loading branch information
qadn0 committed Sep 25, 2024
1 parent aea2375 commit e9879d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 5 additions & 3 deletions runtime/pixi.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ environments:
- url: https://conda.anaconda.org/conda-forge/
- url: https://conda.anaconda.org/pytorch/
- url: https://conda.anaconda.org/xformers/
indexes:
- https://pypi.org/simple
packages:
linux-64:
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
Expand Down Expand Up @@ -253,6 +255,7 @@ environments:
- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.20.1-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py310h64cae3c_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda
- pypi: direct+https://files.pythonhosted.org/packages/23/08/a1ce0415a115c2b703bfa798f06f0e43ca91dbe29d6180bf86a9287b15e2/protobuf-5.28.2-cp38-abi3-manylinux2014_x86_64.whl
default:
channels:
- url: https://conda.anaconda.org/nvidia/
Expand Down Expand Up @@ -559,7 +562,7 @@ environments:
- pypi: https://files.pythonhosted.org/packages/19/99/c5e0292a6d2a62e95c3dfe674ce9e8f8a9fe5d4835d3c9bb9b3e016f02ae/peft-0.11.1-py3-none-any.whl
- pypi: https://download.pytorch.org/whl/pillow-10.2.0-cp310-cp310-manylinux_2_28_x86_64.whl#sha256=322bdf3c9b556e9ffb18f93462e5f749d3444ce081290352c6070d014c93feb2
- pypi: https://files.pythonhosted.org/packages/3c/a6/bc1012356d8ece4d66dd75c4b9fc6c1f6650ddd5991e421177d9f8f671be/platformdirs-4.3.6-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/23/08/a1ce0415a115c2b703bfa798f06f0e43ca91dbe29d6180bf86a9287b15e2/protobuf-5.28.2-cp38-abi3-manylinux2014_x86_64.whl
- pypi: direct+https://files.pythonhosted.org/packages/23/08/a1ce0415a115c2b703bfa798f06f0e43ca91dbe29d6180bf86a9287b15e2/protobuf-5.28.2-cp38-abi3-manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/6e/75/b424aebc9f2fc5db319d5df5fff62fa19254c8ef974c254588d48c480df2/pyairports-2.1.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b1/ec/1fb891d8a2660716aadb2143235481d15ed1cbfe3ad669194690b0604492/pycountry-24.6.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/54/5b/16e50abf152be7f18120f11dfff495014a9eaff7b764626e1656f04ad262/pynvml-11.5.3-py3-none-any.whl
Expand Down Expand Up @@ -4573,8 +4576,7 @@ packages:
- kind: pypi
name: protobuf
version: 5.28.2
url: https://files.pythonhosted.org/packages/23/08/a1ce0415a115c2b703bfa798f06f0e43ca91dbe29d6180bf86a9287b15e2/protobuf-5.28.2-cp38-abi3-manylinux2014_x86_64.whl
sha256: 5e8a95246d581eef20471b5d5ba010d55f66740942b95ba9b872d918c459452f
url: direct+https://files.pythonhosted.org/packages/23/08/a1ce0415a115c2b703bfa798f06f0e43ca91dbe29d6180bf86a9287b15e2/protobuf-5.28.2-cp38-abi3-manylinux2014_x86_64.whl
requires_python: '>=3.8'
- kind: conda
name: psutil
Expand Down
3 changes: 3 additions & 0 deletions runtime/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ spacy = "3.7.5"
tqdm = "4.66.*"
transformers = "4.44.2"

[feature.base.pypi-dependencies]
protobuf = {url = "https://files.pythonhosted.org/packages/23/08/a1ce0415a115c2b703bfa798f06f0e43ca91dbe29d6180bf86a9287b15e2/protobuf-5.28.2-cp38-abi3-manylinux2014_x86_64.whl"}

# CPU DEPENDENCIES
[feature.cpu]
[feature.cpu.dependencies]
Expand Down

0 comments on commit e9879d8

Please sign in to comment.