Replies: 1 comment
|
Pull [[tool.pdm.source]]
name = "pytorch"
include_packages = ["torch", "torchvision", "torchaudio", "pytorch-triton-xpu"]
exclude_packages = ["*"]
[[tool.pdm.source]]
name = "intel"
include_packages = ["intel-extension-for-pytorch", "oneccl_bind_pt"]
exclude_packages = ["*"] |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I been using local mirror for a while,
~/.config/pdm/config.toml:Now I need using custom source,
pyproject.toml:What's the correct way config mirror?
I already tested this
~/.config/pdm/config.toml, and seems not work:I'm using devpi as local mirror, it's served on my homelab, btw.
All reactions