- 11 Jul, 2025 2 commits
-
-
nopperl authored
Signed-off-by:nopperl <54780682+nopperl@users.noreply.github.com>
-
Wentao Ye authored
-
- 09 Jul, 2025 1 commit
-
-
Tuan, Hoang-Trong authored
Signed-off-by:
Tuan M. Hoang-Trong <tmhoangt@us.ibm.com> Co-authored-by:
Tuan M. Hoang-Trong <tmhoangt@us.ibm.com> Co-authored-by:
Tyler Michael Smith <tysmith@redhat.com> Co-authored-by:
Tyler Michael Smith <tyler@neuralmagic.com>
-
- 04 Jul, 2025 1 commit
-
-
Thomas Parnell authored
Signed-off-by:
Thomas Parnell <tpa@zurich.ibm.com> Co-authored-by:
Stanislaw Wozniak <stw@zurich.ibm.com> Co-authored-by:
Tyler Michael Smith <tysmith@redhat.com> Co-authored-by:
Chen Zhang <zhangch99@outlook.com>
-
- 18 Jun, 2025 1 commit
-
-
Chen Zhang authored
Signed-off-by:Chen Zhang <zhangch99@outlook.com>
-
- 12 Jun, 2025 1 commit
-
-
Ning Xie authored
Signed-off-by:Andy Xie <andy.xning@gmail.com>
-
- 03 Jun, 2025 1 commit
-
-
Simon Mo authored
Signed-off-by:simon-mo <simon.mo@hey.com>
-
- 27 May, 2025 1 commit
-
-
almersawi authored
Signed-off-by:
Islam Almersawi <islam.almersawi@openinnovation.ai> Co-authored-by:
Islam Almersawi <islam.almersawi@openinnovation.ai>
-
- 22 May, 2025 1 commit
-
-
Dhia Eddine Rhaiem authored
Signed-off-by:
dhia.rhaiem <dhia.rhaiem@tii.ae> Co-authored-by:
younesbelkada <younesbelkada@gmail.com> Co-authored-by:
Ilyas Chahed <ilyas.chahed@tii.ae> Co-authored-by:
Jingwei Zuo <jingwei.zuo@tii.ae>
-
- 21 May, 2025 1 commit
-
-
Dhia Eddine Rhaiem authored
Signed-off-by:
dhia.rhaiem <dhia.rhaiem@tii.ae> Co-authored-by:
younesbelkada <younesbelkada@gmail.com> Co-authored-by:
Ilyas Chahed <ilyas.chahed@tii.ae> Co-authored-by:
Jingwei Zuo <jingwei.zuo@tii.ae>
-
- 15 May, 2025 1 commit
-
-
omahs authored
Signed-off-by:omahs <73983677+omahs@users.noreply.github.com>
-
- 13 May, 2025 1 commit
-
-
Harry Mellor authored
Signed-off-by:Harry Mellor <19981378+hmellor@users.noreply.github.com>
-
- 07 May, 2025 1 commit
-
-
Chih-Chieh Yang authored
[Model] Mamba2 causal conv1d Refactor to Split Prefill and Decode Requests for Corresponding Kernels (#17146) Signed-off-by:Chih-Chieh-Yang <7364402+cyang49@users.noreply.github.com>
-
- 06 May, 2025 1 commit
-
-
Mengqing Cao authored
Signed-off-by:Mengqing Cao <cmq0113@163.com>
-
- 25 Apr, 2025 1 commit
-
-
Mengqing Cao authored
Signed-off-by:Mengqing Cao <cmq0113@163.com>
-
- 10 Apr, 2025 1 commit
-
-
Chih-Chieh Yang authored
Signed-off-by:
Chih-Chieh-Yang <7364402+cyang49@users.noreply.github.com> Co-authored-by:
Yu Chin Fabian Lim <flim@sg.ibm.com>
-
- 21 Mar, 2025 2 commits
-
-
Chih-Chieh Yang authored
Signed-off-by:Chih-Chieh-Yang <7364402+cyang49@users.noreply.github.com>
-
Yu Chin Fabian Lim authored
Signed-off-by:Yu Chin Fabian Lim <flim@sg.ibm.com>
-
- 18 Mar, 2025 1 commit
-
-
yury-tokpanov authored
Signed-off-by:
Yury Tokpanov <yury@zyphra.com> Signed-off-by:
Quentin Anthony <qganthony@yahoo.com> Co-authored-by:
Quentin Anthony <qganthony@yahoo.com> Co-authored-by:
Tyler Michael Smith <tysmith@redhat.com> Co-authored-by:
Cyrus Leung <cyrus.tl.leung@gmail.com>
-
- 15 Mar, 2025 1 commit
-
-
Tyler Michael Smith authored
-
- 14 Mar, 2025 1 commit
-
-
Chih-Chieh Yang authored
Signed-off-by:Chih-Chieh-Yang <7364402+cyang49@users.noreply.github.com>
-
- 25 Feb, 2025 1 commit
-
-
Harry Mellor authored
-
- 22 Feb, 2025 2 commits
-
-
Cyrus Leung authored
-
Yu Chin Fabian Lim authored
-
- 17 Feb, 2025 1 commit
-
-
Tyler Michael Smith authored
Signed-off-by:
Tyler Michael Smith <tyler@neuralmagic.com> Co-authored-by:
Yu Chin Fabian Lim <flim@sg.ibm.com>
-
- 06 Feb, 2025 1 commit
-
-
Yu Chin Fabian Lim authored
Signed-off-by:
Yu Chin Fabian Lim <flim@sg.ibm.com> Signed-off-by:
Tyler Michael Smith <tyler@neuralmagic.com> Co-authored-by:
Tyler Michael Smith <tyler@neuralmagic.com>
-
- 02 Feb, 2025 1 commit
-
-
Russell Bryant authored
- **Add SPDX license headers to python source files** - **Check for SPDX headers using pre-commit** commit 9d7ef44c3cfb72ca4c32e1c677d99259d10d4745 Author: Russell Bryant <rbryant@redhat.com> Date: Fri Jan 31 14:18:24 2025 -0500 Add SPDX license headers to python source files This commit adds SPDX license headers to python source files as recommended to the project by the Linux Foundation. These headers provide a concise way that is both human and machine readable for communicating license information for each source file. It helps avoid any ambiguity about the license of the code and can also be easily used by tools to help manage license compliance. The Linux Foundation runs license scans against the codebase to help ensure we are in compliance with the licenses of the code we use, including dependencies. Having these headers in place helps that tool do its job. More information can be found on ...
-
- 27 Dec, 2024 1 commit
-
-
ErezSC42 authored
Signed-off-by:Erez Schwartz <erezs@ai21.com>
-
- 10 Dec, 2024 1 commit
-
-
Isotr0py authored
Signed-off-by:Isotr0py <2037008807@qq.com>
-
- 04 Nov, 2024 1 commit
-
-
Mor Zusman authored
Signed-off-by:mzusman <mor.zusmann@gmail.com>
-
- 16 Oct, 2024 1 commit
-
-
Mor Zusman authored
-
- 29 Sep, 2024 1 commit
-
-
Mor Zusman authored
-
- 25 Sep, 2024 1 commit
-
-
bnellnm authored
-
- 18 Sep, 2024 1 commit
-
-
Tyler Michael Smith authored
-
- 17 Sep, 2024 1 commit
-
-
Tyler Michael Smith authored
-
- 28 Aug, 2024 1 commit
-
-
Mor Zusman authored
-