- 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 5 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>
-
Rickard authored
* Updated compiler instructuins * Thank you, linter
-
Titus authored
-
Titus authored
* add anchor link * fix typo in link * links to subheadings don't work
-
- 05 Feb, 2024 7 commits
-
-
Younes Belkada authored
* Delete Makefile * Update installation.mdx * Update docs/source/installation.mdx * Update docs/source/installation.mdx * Update docs/source/installation.mdx * Update docs/source/installation.mdx
-
Younes Belkada authored
Revert deleted makefile
-
Younes Belkada authored
-
Rickard authored
* Make native code portable and add GitHub workflow for building * Removed deprecated Python versions * Update python-package.yml Co-authored-by:
Aarni Koskela <akx@iki.fi> * Update python-package.yml Co-authored-by:
Aarni Koskela <akx@iki.fi> * Update python-package.yml Co-authored-by:
Aarni Koskela <akx@iki.fi> * Update python-package.yml Co-authored-by:
Aarni Koskela <akx@iki.fi> * Update python-package.yml Co-authored-by:
Aarni Koskela <akx@iki.fi> * Update python-package.yml Co-authored-by:
Aarni Koskela <akx@iki.fi> * Update python-package.yml Co-authored-by:
Aarni Koskela <akx@iki.fi> * Update python-package.yml * Do not test on Python 3.13 until released * Update python-package.yml * Update python-package.yml * Update python-package.yml * Update python-package.yml * Refactor build stage * Fixed breaking actions change * Slim down Windows cuda * Create dependabot.yml * Bespoke local dev requirements.txt * Enable VS integration * Group Dependabot updates * Cleanup * Update python-package.yml * Reinstate file that was wrongly merged * Fixed regression caused by new version of download-artifact * Update python-package.yml * Update python-package.yml * Fix matrix * Update python-package.yml * Merge * Pipeline * Fixed conflict * Fixed conflict * Update CMakeLists.txt * Fixed merge error * cleanup * cleanup * Find CUDA * Fix * Fixing merge error from latest merge from main * Fix setup.py * Fixed typo in artifact name * Remove linker flags * Build nocublaslt versions * Fixed formatting * Fixed VS Code format on save * Ran format on save from VScode * Re-saved the json files using the new settings * Re-saved CMakeLists.txt to get formatting right * Add path filter * Formatting --------- Co-authored-by:
Aarni Koskela <akx@iki.fi>
-
Rickard authored
-
Aarni Koskela authored
Co-authored-by:Titus von Koeller <titus@vonkoeller.com> fix erroneous correction
-
Won-Kyu Park authored
* CI: separate shared-libs, cuda and wheels jobs * CI: remove cuda dependent packages to reduce build time
-