{{ source.name }} {{ source.tag }}
{{ source.desc }}
{{ source.url }}pip install package_name {{ source.flag || '-i' }} {{ source.url }}
💡 使用提示
- 如果你想将此源设为默认,可以运行:
pip config set global.index-url https://licyk.github.io/wheels/pypi - 本项目主要收集了一些预编译的 Windows/Linux 平台轮子(如
bitsandbytes,flash-attn等)。 - Legacy Repo 使用
-f(find-links) 参数,它不是一个标准的索引源,而是一个包含链接的页面。