Files changed (21) hide show
  1. README.md +2 -32
  2. 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
  3. 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
  4. flashinfer-0.1.6+cu124torch2.5-cp311-cp311-linux_x86_64.whl +0 -3
  5. 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
  6. history/{sglang-999.3.2+dev20241019050326-py3-none-any.whl → flashinfer-0.0.3-cp311-cp311-linux_x86_64.whl} +2 -2
  7. history/flashinfer-0.1.5+cu121torch2.4-cp311-cp311-linux_x86_64.whl +0 -3
  8. history/flashinfer-0.1.6+cu124torch2.4-cp311-cp311-linux_x86_64.whl +0 -3
  9. 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
  10. 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
  11. history/vllm-999.0.63.post1+cu124.dev.20241030.35351-cp311-cp311-linux_x86_64.whl +0 -3
  12. history/vllm-999.0.63.post1+cu124.dev.20241031.23752-cp311-cp311-linux_x86_64.whl +0 -3
  13. history/xformers-0.0.27.post2+1fc661f.d20240807-cp311-cp311-linux_x86_64.whl +0 -3
  14. history/xformers-0.0.28.post1+d3948b5c.d20241014-cp311-cp311-linux_x86_64.whl +0 -3
  15. onnxruntime_openvino-999.1.20-cp311-cp311-manylinux_2_39_x86_64.whl +0 -3
  16. sglang-999.3.2+dev20241030060926-py3-none-any.whl → sglang-999.1.13+dev20240507021255-py3-none-any.whl +2 -2
  17. 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
  18. vllm-999.0.63.post1+cu124.dev.20241101.20729-cp311-cp311-linux_x86_64.whl +0 -3
  19. vllm_flash_attn-2.5.8.post1-cp311-cp311-manylinux1_x86_64.whl +3 -0
  20. vllm_flash_attn-2.6.2+cu124-cp311-cp311-linux_x86_64.whl +0 -3
  21. 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/python/
20
- FLASHINFER_BUILD_VERSION="999.0.4+cu124torch2.3" TORCH_CUDA_ARCH_LIST="8.0 8.9" python -m build --no-isolation
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:5c7d5f13b6e0fede51ef5e9769d84952b96a405b2598edab6ff8659ae1bda025
3
- size 180004581
 
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:25405479af3f6865c873ee3bbdfadcfccea9055355de78e7cd6b93170e9d4377
3
- size 187328293
 
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:ea72e03af68e84a5dcb33ff482a06371b0e11dce18b06369e0314f76b8b83944
3
- size 385322
 
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:e6e1ba5b0d6d9aca9b5aa0a7f3cf902c88fd06eb1a5f0e20d866fd0105244309
3
- size 37112769
 
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:3a53e1767da3d3efd0b6bd25269a8a94830a78cdb8da3d85ecfd62e8a0464e48
3
- size 385308
 
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:52d708e2b9267eb3936f5cf9b29ee25908d61050cda8d811a28366694f2fe2fc
3
- size 385299
 
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:2ce0a1ca09bc07dca4b59a56f0db98f5f6a93f8392377fbfd2979e639bc91e88
3
- size 75867440
 
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