SakanaAI/lm-wheels
收藏Hugging Face2026-04-15 更新2026-05-10 收录
下载链接:
https://hf-mirror.com/datasets/SakanaAI/lm-wheels
下载链接
链接失效反馈官方服务:
资源简介:
---
pretty_name: lm-wheels
tags:
- wheels
- vllm
---
# Prebuilt LM Wheels
This repo contains metadata and installation instructions for prebuilt
wheels for parts of the LLM training and deployment stack.
## Tree
```text
.
├── causal-conv1d
│ └── py312torch29cu128
└── vllm
└── py312torch29cu128
```
## Structure
Each subfolder encodes the package and environment the wheel was built for.
Example, the first wheel pushed for vLLM:
- `vllm/py312torch29cu128`
- `causal-conv1d/py312torch29cu128`
- `py312` -> python `3.12`
- `torch29` -> torch `2.9`
- `cu128` -> cuda `12.8`
## Install
Go to the subfolder matching your environment and see the README for installation instruction. For instance, for the `vllm/py312torch29cu128` wheel:
```bash
python -m pip install \
"https://huggingface.co/datasets/SakanaAI/lm-wheels/resolve/main/vllm/py312torch29cu128/vllm-0.1.dev1%2Bg2488d1dca.d20260408.cu128-cp312-cp312-linux_x86_64.whl"
```
For the `causal-conv1d/py312torch29cu128` wheel:
```bash
python -m pip install \
"https://huggingface.co/datasets/SakanaAI/lm-wheels/resolve/main/causal-conv1d/py312torch29cu128/causal_conv1d-1.6.1-cp312-cp312-linux_x86_64.whl"
```
提供机构:
SakanaAI



