Skip to content

Commit 9528451

Browse files
authored
Ko3n1g/chore/rename to deepgemm (#217)
* py3.8 Signed-off-by: oliver könig <[email protected]> * chore: Rename from `deep_geem` to `deepgemm` Signed-off-by: oliver könig <[email protected]> --------- Signed-off-by: oliver könig <[email protected]>
1 parent 93b3c28 commit 9528451

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Using ubuntu-22.04 instead of 24.04 for more compatibility (glibc). Ideally we'd use the
4242
# manylinux docker image, but I haven't figured out how to install CUDA on manylinux.
4343
os: [ubuntu-22.04]
44-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
44+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
4545
torch-version: ["2.5.1", "2.6.0", "2.7.1", "2.8.0"]
4646
cuda-version: ["12.9.1", "13.0.0"]
4747
# We need separate wheels that either uses C++11 ABI (-D_GLIBCXX_USE_CXX11_ABI) or not.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def run(self):
185185
if __name__ == '__main__':
186186
# noinspection PyTypeChecker
187187
setuptools.setup(
188-
name='deep_gemm',
188+
name='deepgemm',
189189
version=get_package_version(),
190190
packages=find_packages('.'),
191191
package_data={

0 commit comments

Comments
 (0)