asda
#3
by
PZS-ModelCloud
- opened
- README.md +2 -32
- history/flash_attn-2.5.8-cp311-cp311-linux_x86_64.whl → flash_attn-2.5.8-cp311-cp311-linux_x86_64.whl +0 -0
- flash_attn-2.6.3-cp311-cp311-linux_x86_64.whl → flashinfer-0.0.4+cu121torch2.3-cp311-cp311-linux_x86_64.whl +2 -2
- flashinfer-0.1.6+cu124torch2.5-cp311-cp311-linux_x86_64.whl +0 -3
- history/{flash_attn-2.6.3+cu123torch2.4cxx11abiFALSE-cp311-cp311-linux_x86_64.whl → flash_attn-2.5.7-cp311-cp311-linux_x86_64.whl} +2 -2
- history/{sglang-999.3.2+dev20241019050326-py3-none-any.whl → flashinfer-0.0.3-cp311-cp311-linux_x86_64.whl} +2 -2
- history/flashinfer-0.1.5+cu121torch2.4-cp311-cp311-linux_x86_64.whl +0 -3
- history/flashinfer-0.1.6+cu124torch2.4-cp311-cp311-linux_x86_64.whl +0 -3
- history/{vllm_flash_attn-2.5.9.post1-cp311-cp311-manylinux1_x86_64.whl → vllm-999.0.42+cu124.dev.20240507.93744-cp311-cp311-linux_x86_64.whl} +2 -2
- history/{sglang-999.3.2+dev20241012130120-py3-none-any.whl → vllm-999.0.42+cu124.dev.20240508.11006-cp311-cp311-linux_x86_64.whl} +2 -2
- history/vllm-999.0.63.post1+cu124.dev.20241030.35351-cp311-cp311-linux_x86_64.whl +0 -3
- history/vllm-999.0.63.post1+cu124.dev.20241031.23752-cp311-cp311-linux_x86_64.whl +0 -3
- history/xformers-0.0.27.post2+1fc661f.d20240807-cp311-cp311-linux_x86_64.whl +0 -3
- history/xformers-0.0.28.post1+d3948b5c.d20241014-cp311-cp311-linux_x86_64.whl +0 -3
- onnxruntime_openvino-999.1.20-cp311-cp311-manylinux_2_39_x86_64.whl +0 -3
- sglang-999.3.2+dev20241030060926-py3-none-any.whl → sglang-999.1.13+dev20240507021255-py3-none-any.whl +2 -2
- history/vllm_flash_attn-2.6.1-cp311-cp311-manylinux1_x86_64.whl → vllm-999.0.42+cu124.dev.20240509.12904-cp311-cp311-linux_x86_64.whl +2 -2
- vllm-999.0.63.post1+cu124.dev.20241101.20729-cp311-cp311-linux_x86_64.whl +0 -3
- vllm_flash_attn-2.5.8.post1-cp311-cp311-manylinux1_x86_64.whl +3 -0
- vllm_flash_attn-2.6.2+cu124-cp311-cp311-linux_x86_64.whl +0 -3
- xformers-0.0.28.post1+77c1da7f.d20241019-cp311-cp311-linux_x86_64.whl +0 -3
README.md
CHANGED
@@ -16,36 +16,6 @@ CUDA_VISIBLE_DEVICES=11 python setup.py bdist_wheel
|
|
16 |
```
|
17 |
## **flashinfer.whl**
|
18 |
```
|
19 |
-
cd flashinfer/
|
20 |
-
|
21 |
-
|
22 |
-
The "-Wno-switch-bool" parameter needs to be removed in setup.py. nvcc 12.4 does not have this option.
|
23 |
-
```
|
24 |
-
|
25 |
-
## **onnxruntime_openvino.whl**
|
26 |
-
### download openvino
|
27 |
-
https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.4/linux
|
28 |
-
https://docs.openvino.ai/2024/get-started/install-openvino/install-openvino-archive-linux.html
|
29 |
-
```
|
30 |
-
mkdir /opt/intel
|
31 |
-
mv openvino_xxx /opt/intel
|
32 |
-
cd /opt/intel/openvino_xxx
|
33 |
-
./install_dependencies/install_openvino_dependencies.sh
|
34 |
-
```
|
35 |
-
### build onnxruntime
|
36 |
-
https://onnxruntime.ai/docs/build/eps.html#openvino
|
37 |
-
```
|
38 |
-
source /opt/intel/openvino_xxx/setupvars.sh
|
39 |
-
./build.sh --config RelWithDebInfo --use_openvino CPU --build_shared_lib --build_wheel --allow_running_as_root --skip_tests --compile_no_warning_as_error --skip_submodule_sync
|
40 |
-
```
|
41 |
-
#### if build error with libprotobuf or googletest, use onnxruntime/cmake/deps.txt manual build protobuf and googletest
|
42 |
-
```
|
43 |
-
wget https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.12.zip
|
44 |
-
unzip v21.12.zip
|
45 |
-
cd protobuf-21.12
|
46 |
-
mkdir build && cd build
|
47 |
-
cmake .. -DONNX_USE_PROTOBUF_SHARED=ON -Dprotobuf_BUILD_TESTS=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON
|
48 |
-
make
|
49 |
-
make install
|
50 |
-
rm -rf build/ and rebuild onnxruntime_openvino
|
51 |
```
|
|
|
16 |
```
|
17 |
## **flashinfer.whl**
|
18 |
```
|
19 |
+
cd flashinfer/scripts
|
20 |
+
./run-ci-build-wheel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
```
|
history/flash_attn-2.5.8-cp311-cp311-linux_x86_64.whl → flash_attn-2.5.8-cp311-cp311-linux_x86_64.whl
RENAMED
File without changes
|
flash_attn-2.6.3-cp311-cp311-linux_x86_64.whl → flashinfer-0.0.4+cu121torch2.3-cp311-cp311-linux_x86_64.whl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9a68badb95e11ccce06298af23f2297c880ff01868ba97c50914244a5149493
|
3 |
+
size 937830949
|
flashinfer-0.1.6+cu124torch2.5-cp311-cp311-linux_x86_64.whl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f3b9d7ff39d5a99701439f9c69e4b66b8d7e2b9ee2eb4010f8fdec9b9a7f6193
|
3 |
-
size 1012372090
|
|
|
|
|
|
|
|
history/{flash_attn-2.6.3+cu123torch2.4cxx11abiFALSE-cp311-cp311-linux_x86_64.whl → flash_attn-2.5.7-cp311-cp311-linux_x86_64.whl}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8f9ba85927d5e307d291a1b5b99cc17c8b05a2dbff8b7925704e6dbc804be73
|
3 |
+
size 120874606
|
history/{sglang-999.3.2+dev20241019050326-py3-none-any.whl → flashinfer-0.0.3-cp311-cp311-linux_x86_64.whl}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ac00b491ad07e1c5134411653e43c31080dd493a900feb5e2b8b02dd952d7ba
|
3 |
+
size 716429017
|
history/flashinfer-0.1.5+cu121torch2.4-cp311-cp311-linux_x86_64.whl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f3576094e3e5c79d0936855268ecc4e1e92034f02640d6cfd03f1686560b05fb
|
3 |
-
size 1047205238
|
|
|
|
|
|
|
|
history/flashinfer-0.1.6+cu124torch2.4-cp311-cp311-linux_x86_64.whl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:19a01e2ec93662bc6b83819daaae277d93e7cc989343c5f8940af44a4cb66ba0
|
3 |
-
size 1327845627
|
|
|
|
|
|
|
|
history/{vllm_flash_attn-2.5.9.post1-cp311-cp311-manylinux1_x86_64.whl → vllm-999.0.42+cu124.dev.20240507.93744-cp311-cp311-linux_x86_64.whl}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:249d70f032ae405f9bd8f8cc1ddd22002868cb00446dfbb759a9f647ed823ebb
|
3 |
+
size 25343094
|
history/{sglang-999.3.2+dev20241012130120-py3-none-any.whl → vllm-999.0.42+cu124.dev.20240508.11006-cp311-cp311-linux_x86_64.whl}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ff5c20e19cca52d6b979bfe8a77f3c39abf14bbae6182de986e0e45f5f7c6e9
|
3 |
+
size 25998859
|
history/vllm-999.0.63.post1+cu124.dev.20241030.35351-cp311-cp311-linux_x86_64.whl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3d7430486ae8fdc86ab0123b114731e558d1e659bcc92e1781b0acbc11ddcdc5
|
3 |
-
size 113957459
|
|
|
|
|
|
|
|
history/vllm-999.0.63.post1+cu124.dev.20241031.23752-cp311-cp311-linux_x86_64.whl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2a491ac288c86ee9878ef7af150c6b5e04d30446c0a187f8a8abdd3e04580bc7
|
3 |
-
size 113965354
|
|
|
|
|
|
|
|
history/xformers-0.0.27.post2+1fc661f.d20240807-cp311-cp311-linux_x86_64.whl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8eac491dc912393f442957741b83d0f6aed2e968447595c34a945a1864f65705
|
3 |
-
size 347995714
|
|
|
|
|
|
|
|
history/xformers-0.0.28.post1+d3948b5c.d20241014-cp311-cp311-linux_x86_64.whl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f46862a931f53aff6a82c4602a6736f327977dbaac880d7249854e176efbc200
|
3 |
-
size 305623297
|
|
|
|
|
|
|
|
onnxruntime_openvino-999.1.20-cp311-cp311-manylinux_2_39_x86_64.whl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:61bc48947fadd72568b23ca9c4e1ff82145d60a97c74e671304b74764fc3b914
|
3 |
-
size 543397901
|
|
|
|
|
|
|
|
sglang-999.3.2+dev20241030060926-py3-none-any.whl → sglang-999.1.13+dev20240507021255-py3-none-any.whl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8faf2d62714abd11a1b6420b3555f0461af07ccf31c321b914ce27f55c6c7b9e
|
3 |
+
size 148301
|
history/vllm_flash_attn-2.6.1-cp311-cp311-manylinux1_x86_64.whl → vllm-999.0.42+cu124.dev.20240509.12904-cp311-cp311-linux_x86_64.whl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ea47854c6db0579b2b6d73cf019ff90597531d84bdf6f47d2e802a7400bd6ec
|
3 |
+
size 26478733
|
vllm-999.0.63.post1+cu124.dev.20241101.20729-cp311-cp311-linux_x86_64.whl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:005bbdd609b35aa8e0cb0be2ee24a428538dc8f0c36c910beee5c626227a4299
|
3 |
-
size 113981363
|
|
|
|
|
|
|
|
vllm_flash_attn-2.5.8.post1-cp311-cp311-manylinux1_x86_64.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:034e4e4d5f7c0478ea8d3cdbeaa8db4063a17a22268c668ed0605a17415cff72
|
3 |
+
size 101424276
|
vllm_flash_attn-2.6.2+cu124-cp311-cp311-linux_x86_64.whl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ad096625667728cc35b9198e63dc809597e3714e53f622892fd20e1c7b0dc46d
|
3 |
-
size 69186420
|
|
|
|
|
|
|
|
xformers-0.0.28.post1+77c1da7f.d20241019-cp311-cp311-linux_x86_64.whl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:46a4181103d6bb7c0c5da3ba63c61453780135244e0209a43dd6c7a9f570de53
|
3 |
-
size 305626283
|
|
|
|
|
|
|
|