- 11 Mar, 2024 7 commits
-
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Aarni Koskela authored
Closes #1114 Co-authored-by:Titus von Koeller <9048635+Titus-von-Koeller@users.noreply.github.com>
-
Aarni Koskela authored
-
Aarni Koskela authored
-
- 08 Mar, 2024 3 commits
-
-
Titus von Koeller authored
-
Titus von Koeller authored
-
Matthew Douglas authored
* (ci) build with wider CUDA version matrix * (ci) build with wider CUDA version matrix * (ci) skip sm_89 target on CUDA 11.7 * (ci) skip sm_90 target on CUDA 11.8 * modify workflow to publish to test.pypi * (build) Test for manylinux_2_24 build on GH actions * (build) got that backwards. * try fixing manual triggering condition for testpypi * try if Ubuntu 18.04 is an easy fix to allow for `manylinux_2_24` compatibility * hardcode publish step to run to test publishing * set ubuntu to newest supported version * try statically linking libstdc++ to achieve manylinux_2_18 * last commit only brought us to manylinux_2_34, reverse * add misssing permission for publishing to pypi * snake case deprecated in favor of kebab * downgrade cuda ubuntu aiming for manylinux_2_24 * add step to upgrade cmake due to old Ubuntu for CUDA build * adjust path to prefer pip installed cmake * (cmake) set CMAKE_BUILD_TYPE=Release if unspecified * default to CMAKE_BUILD_TYPE Release for optimized releases and better many_linux compatibility * (build) back to ubuntu22.04 docker images * verify Cmake in separte step * add clarifying comment about Python version compatibility * (build) we don't need cmake for wheel step * fixup testpypi publish to run in PR for testing * add pypi publishing when tagged on main * add functionality to rewrite platform tags * (ci) adjust platform tags for wheels * fix for windows, get order right. * fix for windows, get order right. * (build) slim down those fatbins on windows cuda * sloppy * remove broken PyPi upload for now --------- Co-authored-by:Titus von Koeller <9048635+Titus-von-Koeller@users.noreply.github.com>
-
- 07 Mar, 2024 1 commit
-
-
Steven Liu authored
* optims * fix path * fix path * mdx * fix path * toctree * fix * optimizer, adagrad * add init * add * more apis * params * clarify * run pre-commit hooks --------- Co-authored-by:Titus von Koeller <9048635+Titus-von-Koeller@users.noreply.github.com>
-
- 06 Mar, 2024 2 commits
-
-
MOHAMMAD ALBARHAM authored
-
Aarni Koskela authored
-
- 05 Mar, 2024 1 commit
-
-
rdyro authored
-
- 28 Feb, 2024 2 commits
-
-
Matthew Douglas authored
-
Titus authored
-
- 27 Feb, 2024 6 commits
-
-
Won-Kyu Park authored
-
Rickard authored
Co-authored-by:wkpark <wkpark@gmail.com>
-
Alejandro Rodríguez Salamanca authored
* Fix example int8_inference_huggingface.py * Update examples/int8_inference_huggingface.py Co-authored-by:
Younes Belkada <49240599+younesbelkada@users.noreply.github.com> --------- Co-authored-by:
Younes Belkada <49240599+younesbelkada@users.noreply.github.com>
-
Matthew Douglas authored
-
Matthew Douglas authored
* (cmake) Fix generation of targets for nvcc * Typo * (ci) linux + CUDA workflow: make sure we specify target architectures * fix * fix one more time * (cmake) Default in CMAKE_CUDA_ARCHITECTURES_ALL when cmake<3.23, make sure we build only selected cubins and only ptx for latest capability * Fix static lookup for CMAKE_CUDA_ARCHITECTURES_ALL on cmake<3.23 * Remove debug setting * clarification
-
Titus authored
* improve accelerate reference in docs * Apply suggestions from code review Co-authored-by:
Marc Sun <57196510+SunMarc@users.noreply.github.com> * fix spelling --------- Co-authored-by:
Marc Sun <57196510+SunMarc@users.noreply.github.com>
-
- 26 Feb, 2024 2 commits
-
-
Sebastian Raschka authored
* lit-gpt integration * mention PT lightning
-
Titus authored
-
- 23 Feb, 2024 2 commits
-
-
Titus von Koeller authored
-
Titus von Koeller authored
-
- 22 Feb, 2024 2 commits
-
-
Matthew Douglas authored
(misc) Update CUDA download URLs
-
Titus von Koeller authored
-
- 21 Feb, 2024 5 commits
-
-
Marc Sun authored
* fix deepcopy and copy * add tests * remove line * ruff fix * ruff * Update tests/test_linear4bit.py Co-authored-by:
Aarni Koskela <akx@iki.fi> * add missing state * ruff format * ignore formatting commit for git blame * Params4bit should be initialized as frozen by default * add test for serialization round-tripping * add comparison capability for QuantSate * add back accidentally remove line --------- Co-authored-by:
Aarni Koskela <akx@iki.fi> Co-authored-by:
Titus von Koeller <9048635+Titus-von-Koeller@users.noreply.github.com>
-
Steven Liu authored
-
Titus authored
-
Titus authored
-
Titus authored
-
- 19 Feb, 2024 1 commit
-
-
Rickard authored
-
- 14 Feb, 2024 3 commits
-
-
Brian Vaughan authored
was pointing to wrong class
-
pnunna93 authored
-
Won-Kyu Park authored
* CI: fix cuda-toolkit speed issue * CI: use MSVC instead msbuild to remove 'visual_stuido_integration' dependency * use Ninja to compile without MS toolset * use 'network', install 'ninja' only Co-authored-by:
Rickard <rickardp@users.noreply.github.com> --------- Co-authored-by:
Rickard <rickardp@users.noreply.github.com>
-
- 07 Feb, 2024 1 commit
-
-
Rickard authored
-
- 06 Feb, 2024 2 commits
-
-
Rickard authored
* Update installation instructions * Update docs/source/installation.mdx Co-authored-by:
Younes Belkada <49240599+younesbelkada@users.noreply.github.com> * Update installation.mdx * Update docs/source/installation.mdx Co-authored-by:
Younes Belkada <49240599+younesbelkada@users.noreply.github.com> * Update installation.mdx * Update installation.mdx --------- Co-authored-by:
Younes Belkada <49240599+younesbelkada@users.noreply.github.com>
-
Won-Kyu Park authored
* add "_cpu" tag correctly (regression) * add lib suffix ".dylib" for Darwin Co-authored-by:
Aarni Koskela <akx@iki.fi> --------- Co-authored-by:
Aarni Koskela <akx@iki.fi>
-