edoarc commited on
Commit
5ead5e7
·
verified ·
1 Parent(s): e8285bf

Move custom vLLM cu129 wheel into env folder

Browse files
.gitattributes CHANGED
@@ -4,3 +4,4 @@ transformer-engine-cu12/py312torch29cu128/transformer_engine_cu12-2.15.0-py3-non
4
  transformer-engine-torch/py312torch29cu128/transformer_engine_torch-2.15.0-cp312-cp312-linux_x86_64.whl filter=lfs diff=lfs merge=lfs -text
5
  apex/py312torch29cu128/apex-0.1-cp312-cp312-linux_x86_64.whl filter=lfs diff=lfs merge=lfs -text
6
  vllm/vllm-0.21.0+cu129.sakana.toolpreamble.11bdaf9-cp312-cp312-linux_x86_64.whl filter=lfs diff=lfs merge=lfs -text
 
 
4
  transformer-engine-torch/py312torch29cu128/transformer_engine_torch-2.15.0-cp312-cp312-linux_x86_64.whl filter=lfs diff=lfs merge=lfs -text
5
  apex/py312torch29cu128/apex-0.1-cp312-cp312-linux_x86_64.whl filter=lfs diff=lfs merge=lfs -text
6
  vllm/vllm-0.21.0+cu129.sakana.toolpreamble.11bdaf9-cp312-cp312-linux_x86_64.whl filter=lfs diff=lfs merge=lfs -text
7
+ vllm/py312torch211cu129/vllm-0.21.0+cu129.sakana.toolpreamble.11bdaf9-cp312-cp312-linux_x86_64.whl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -25,7 +25,8 @@ wheels for parts of the LLM training and deployment stack.
25
  ├── transformer-engine-torch
26
  │ └── py312torch29cu128
27
  └── vllm
28
- ── py312torch29cu128
 
29
  ```
30
 
31
  ## Structure
@@ -36,6 +37,7 @@ Example, the first wheel pushed for vLLM:
36
 
37
  - `apex/py312torch29cu128`
38
  - `vllm/py312torch29cu128`
 
39
  - `causal-conv1d/py312torch29cu128`
40
  - `transformer-engine-cu12/py312torch29cu128`
41
  - `transformer-engine-torch/py312torch29cu128`
@@ -52,6 +54,13 @@ python -m pip install \
52
  "https://huggingface.co/datasets/SakanaAI/lm-wheels/resolve/main/vllm/py312torch29cu128/vllm-0.1.dev1%2Bg2488d1dca.d20260408.cu128-cp312-cp312-linux_x86_64.whl"
53
  ```
54
 
 
 
 
 
 
 
 
55
  For the `causal-conv1d/py312torch29cu128` wheel:
56
 
57
  ```bash
 
25
  ├── transformer-engine-torch
26
  │ └── py312torch29cu128
27
  └── vllm
28
+ ── py312torch29cu128
29
+ └── py312torch211cu129
30
  ```
31
 
32
  ## Structure
 
37
 
38
  - `apex/py312torch29cu128`
39
  - `vllm/py312torch29cu128`
40
+ - `vllm/py312torch211cu129`
41
  - `causal-conv1d/py312torch29cu128`
42
  - `transformer-engine-cu12/py312torch29cu128`
43
  - `transformer-engine-torch/py312torch29cu128`
 
54
  "https://huggingface.co/datasets/SakanaAI/lm-wheels/resolve/main/vllm/py312torch29cu128/vllm-0.1.dev1%2Bg2488d1dca.d20260408.cu128-cp312-cp312-linux_x86_64.whl"
55
  ```
56
 
57
+ For the `vllm/py312torch211cu129` wheel:
58
+
59
+ ```bash
60
+ python -m pip install \
61
+ "https://huggingface.co/datasets/SakanaAI/lm-wheels/resolve/main/vllm/py312torch211cu129/vllm-0.21.0%2Bcu129.sakana.toolpreamble.11bdaf9-cp312-cp312-linux_x86_64.whl"
62
+ ```
63
+
64
  For the `causal-conv1d/py312torch29cu128` wheel:
65
 
66
  ```bash
vllm/py312torch211cu129/README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # vLLM Wheel for Qwen 3.5 Tool-Calling Fix
2
+
3
+ Target environment:
4
+
5
+ - python `3.12`
6
+ - cuda `12.9`
7
+ - torch `2.11.0+cu129`
8
+ - vLLM `0.21.0+cu129.sakana.toolpreamble.11bdaf9`
9
+
10
+ The binary extensions were taken from the official vLLM `0.21.0+cu129`
11
+ release wheel. The Python sources are vLLM `0.21.0` plus the Responses API
12
+ tool-preamble fix from local commit `11bdaf905`.
13
+
14
+ Installation:
15
+
16
+ ```bash
17
+ python -m pip install \
18
+ "https://huggingface.co/datasets/SakanaAI/lm-wheels/resolve/main/vllm/py312torch211cu129/vllm-0.21.0%2Bcu129.sakana.toolpreamble.11bdaf9-cp312-cp312-linux_x86_64.whl"
19
+ ```
vllm/{vllm-0.21.0+cu129.sakana.toolpreamble.11bdaf9-cp312-cp312-linux_x86_64.whl → py312torch211cu129/vllm-0.21.0+cu129.sakana.toolpreamble.11bdaf9-cp312-cp312-linux_x86_64.whl} RENAMED
File without changes