Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IFU master 2024 03 28 #17

Merged
merged 125 commits into from
Apr 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
125 commits
Select commit Hold shift + click to select a range
94c7f2c
Fix `max_memory` example on README (#944)
MilesCranmer Jan 25, 2024
e651e8e
fix library detection, enable Windows (#873)
wkpark Jan 26, 2024
8ddfda1
Correct type hint in functional.py (#992)
sxndqc Jan 28, 2024
277ac27
Correct type annotation for quantize_4bit (#994)
akx Jan 29, 2024
619e9b3
Add .git-blame-ignore-revs file (#987)
akx Jan 29, 2024
32be289
Don't require scipy for regular use (#948)
akx Jan 29, 2024
a8c9dfa
Fix some issues found by Mypy (#995)
akx Jan 29, 2024
706ec24
Ruff fixes (#984)
akx Jan 30, 2024
29a637b
Don't crash Python interpreter via assert(false) (#998)
akx Jan 30, 2024
b90db7e
Update build_documentation.yml (#999)
younesbelkada Jan 31, 2024
fd319d5
minimal fix to support Windows
Jamezo97 Sep 24, 2023
1a0dc5c
test_nvidia_transform: fix variable reference (#1000)
akx Feb 1, 2024
2336a45
Test improvements (#1001)
akx Feb 1, 2024
25fe140
Create upload_pr_documentation.yml
younesbelkada Feb 1, 2024
6aa85a5
Update .github/workflows/upload_pr_documentation.yml
younesbelkada Feb 1, 2024
4261d89
Merge pull request #1003 from TimDettmers/younesbelkada-patch-2
younesbelkada Feb 1, 2024
89876bb
Merge pull request #876 from wkpark/minimal-win-fix
younesbelkada Feb 1, 2024
d97700a
add missing definitions accidentally removed by mistake in PR #876
wkpark Feb 1, 2024
5f76fe9
Add CMakeLists.txt
Jamezo97 Sep 24, 2023
ca4a46e
add cmake workflows
wkpark Nov 14, 2023
c12c4c1
add ext_modules
wkpark Dec 11, 2023
9269139
add windows build matrix
wkpark Feb 1, 2024
5831205
Update installation.mdx
younesbelkada Feb 1, 2024
0f3d029
Update docs/source/installation.mdx
younesbelkada Feb 1, 2024
3a630c5
Merge pull request #908 from wkpark/cmake
younesbelkada Feb 1, 2024
6974920
Enable line-ending and other hygiene lints (#1006)
akx Feb 1, 2024
c4079bd
CI: don't build docs in private PRs
akx Feb 1, 2024
f718770
CI: set concurrency limits to avoid extra builds
akx Feb 1, 2024
c62d831
CI: don't include compiler type in matrix
akx Feb 1, 2024
1cbe9fd
CI: remove ctest phase (there are no CMake tests)
akx Feb 1, 2024
6ec2520
CI: build only on Python 3.10 (Python 3.11 can use the same wheel)
akx Feb 1, 2024
1a55fb7
bump version to dev for docs
Titus-von-Koeller Feb 1, 2024
3ba076d
bump version to dev for docs
Titus-von-Koeller Feb 1, 2024
5c0ba85
Merge pull request #1011 from akx/tweak-cmake-build-1
younesbelkada Feb 2, 2024
f0e3b72
Add build artifacts to .gitignore
rickardp Feb 3, 2024
c1a7952
Update .gitignore
rickardp Feb 3, 2024
ea77bfe
Merge pull request #1025 from rickardp/gitignore
younesbelkada Feb 4, 2024
ecf51cb
Fixed VS Code format on save (#1028)
rickardp Feb 4, 2024
acc7fb3
documentation release v1 (#1012)
Titus-von-Koeller Feb 4, 2024
259ad44
CUDA setup cleanup (#996)
akx Feb 4, 2024
8a14c63
CI: split workflows (#1019)
wkpark Feb 5, 2024
8c507d9
Enable crate-ci/typos lint; fix typos (#1005)
akx Feb 5, 2024
332530b
quantize_block C->C++, use std::thread everywhere (#1024)
rickardp Feb 5, 2024
73d3e7b
Make native code portable and add GitHub workflow for building (#949)
rickardp Feb 5, 2024
d17b293
Create Makefile
younesbelkada Feb 5, 2024
859593f
Merge pull request #1037 from TimDettmers/younesbelkada-patch-4
younesbelkada Feb 5, 2024
bb5f6b9
Re-Delete previous Makefile (#1039)
younesbelkada Feb 5, 2024
a0fc3db
docs: fix broken links (#1045)
Titus-von-Koeller Feb 6, 2024
4941dd2
fix missing bracket in link (#1046)
Titus-von-Koeller Feb 6, 2024
ee13b62
Updated documentation on compiling from source (#1048)
rickardp Feb 6, 2024
6e0f84d
HOTFIX: Fix regression (cpu fix) (#1038)
wkpark Feb 6, 2024
88ab630
Update installation instructions (#1047)
rickardp Feb 6, 2024
136721a
Skip checkout nvidia cub (#1053)
rickardp Feb 7, 2024
344e851
CI: Fix cuda toolkit speed issue. (#1055)
wkpark Feb 14, 2024
5b28fd3
Fix race condition in kEstimateQuantiles (#1061)
pnunna93 Feb 14, 2024
ceae150
fix a type in code comment (#1063)
nairbv Feb 14, 2024
c5e4363
Fix cross compilation on linux (#1050)
rickardp Feb 19, 2024
a84b660
contributing.mdx: how to ignore formatting revs
Titus-von-Koeller Feb 21, 2024
0bf7198
tests/helpers.py: fix py38 vers incompatibility from other PR
Titus-von-Koeller Feb 21, 2024
d11b506
tests: fix all_close to respect max 2 positional args (#1074)
Titus-von-Koeller Feb 21, 2024
b0730f4
structure, install (#1072)
stevhliu Feb 21, 2024
cfd6ac7
add deepcopy and copy for Param4bit (#1060)
SunMarc Feb 21, 2024
e4376db
blame-ignore-rev entry obsolete due to prior squash merge
Titus-von-Koeller Feb 22, 2024
e820409
(docs) Clarify Python and CUDA Toolkit version requirement (#1076)
matthewdouglas Feb 22, 2024
1626374
upgrade pre-commit config
Titus-von-Koeller Feb 23, 2024
5d6dfe6
fix newly found typo due to upgraded typos pkg
Titus-von-Koeller Feb 23, 2024
1f36bd4
docs: fix link text
Titus-von-Koeller Feb 26, 2024
a03df43
Lit-GPT integration docs (#1089)
rasbt Feb 26, 2024
433275e
improve accelerate reference in docs (#1086)
Titus-von-Koeller Feb 27, 2024
753df25
(cmake) Fix cuda arch selection (#1091)
matthewdouglas Feb 27, 2024
cc5f8cd
(cmake) Update library output directory (#1080)
matthewdouglas Feb 27, 2024
4b232ed
Fix example int8_inference_huggingface.py (#414)
alexrs Feb 27, 2024
1d709aa
Add concurrency to not waste precious build minutes when modifying PR…
rickardp Feb 27, 2024
0488566
fix cudart*dll for Windows (#1064)
wkpark Feb 27, 2024
20f3eea
docs: add header for compilation from source
Titus-von-Koeller Feb 28, 2024
f9eba9c
(ci) update apt repo before aarch64 build tools are installed (#1096)
matthewdouglas Feb 28, 2024
a1c0844
adding whole Linear8bitLt/Linear4bit module save/load serialization (…
rdyro Mar 5, 2024
048a2d4
Deduplicate helpers & fix lint issues from #1099 (#1107)
akx Mar 6, 2024
87e029b
fix typo on the script installation file (#1109)
mohammad-albarham Mar 6, 2024
ac5d6ee
[docs] implement API docs (#1075)
stevhliu Mar 7, 2024
1cfc277
Build: Expand CUDA Toolkit Matrix (#1111)
matthewdouglas Mar 8, 2024
4876324
Release: v0.43.0
Titus-von-Koeller Mar 8, 2024
17681f6
up version to next dev (needed for docs)
Titus-von-Koeller Mar 8, 2024
958dfa9
Reformat .github with Prettier
akx Mar 8, 2024
62485a3
Move build scripts to .github/scripts (from scripts/ and workflow YAML)
akx Mar 8, 2024
7af138a
Add audit-wheel step
akx Mar 8, 2024
782ab96
Adjust requirements-ci.txt for CI
akx Mar 8, 2024
62249b4
Soft-require `transformers` in tests
akx Mar 8, 2024
2416dd3
Add additional guard for "no NVIDIA driver"
akx Mar 8, 2024
ce597c6
Add commented-out test step to CI
akx Mar 8, 2024
e2db55e
Rework CUDA setup and diagnostics
akx Feb 5, 2024
6a5a18a
Sanity check: Add check for `lib` being None
Titus-von-Koeller Mar 13, 2024
79d1ccc
Improve filtering for values that are surely not paths
akx Mar 13, 2024
fd723b7
Merge pull request #1041 from akx/cuda-wagh
Titus-von-Koeller Mar 13, 2024
02e30ca
Upgrade Ruff + configure formatting
akx Feb 24, 2024
5a4263f
Reformat with ruff-format
Feb 24, 2024
06029dd
Merge pull request #1081 from akx/ruff-format
Titus-von-Koeller Mar 13, 2024
b03ce0e
Update git-blame-ignore-revs
akx Mar 13, 2024
8706830
Fix some bad types
akx Mar 13, 2024
3ec3dd2
Fix type documentation for optimizer `args`
akx Mar 13, 2024
0c6dda0
Mark some optimizer update arguments as Noneable (they were being cal…
akx Mar 13, 2024
bf01538
Merge pull request #1128 from akx/type-fixes
Titus-von-Koeller Mar 14, 2024
0548376
[docs] refine optimizers, integrations, etc (#1125)
stevhliu Mar 15, 2024
3ccb130
fix diagnostics error within vscode on windows
matthewdouglas Mar 18, 2024
c6e3190
Bump the major group with 3 updates (#1145)
dependabot[bot] Mar 26, 2024
5b35624
Merge pull request #1134 from matthewdouglas/fix-vscode-diagnostics-w…
Titus-von-Koeller Mar 26, 2024
0405263
Add CUDA 12.4 to docs/install helper (#1136)
matthewdouglas Mar 26, 2024
fd9d072
Bump the minor-patch group with 4 updates (#1146)
dependabot[bot] Mar 27, 2024
a551c16
Merge remote-tracking branch 'upstream/main' into IFU-master-2024-03-28
pnunna93 Apr 4, 2024
ff33371
Update README.md
pnunna93 Apr 9, 2024
1157e73
Merge branch 'rocm_enabled' into IFU-master-2024-03-28
pnunna93 Apr 9, 2024
702ca1a
fix PEP errors
pnunna93 Apr 9, 2024
8c23dc0
Fix typos
pnunna93 Apr 9, 2024
971f4b1
Merge branch 'IFU-master-2024-03-28' of https://github.com/ROCm/bitsa…
pnunna93 Apr 9, 2024
4d6408a
Fix formatting in README file
pnunna93 Apr 10, 2024
79cb554
Update gpu arch setting
pnunna93 Apr 18, 2024
5c0414e
Add ROCM_PATH variable
pnunna93 Apr 18, 2024
47795f5
Add HIP_VERSION variable
pnunna93 Apr 18, 2024
6d90452
Add BNB_HIP_VERSION variable
pnunna93 Apr 18, 2024
049a2dc
Update supports igemmlt based on HIP version
pnunna93 Apr 18, 2024
47a0bc3
Skip failing tests based on HIP version
pnunna93 Apr 18, 2024
1b2a095
pre-commit fixes
pnunna93 Apr 18, 2024
4515a21
Update README file
pnunna93 Apr 18, 2024
e7ef75f
Update default arch list
pnunna93 Apr 19, 2024
c0d244c
update readme
pnunna93 Apr 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .github/workflows/upload_pr_documentation.yml
younesbelkada authored Feb 1, 2024
commit 6aa85a595dc5665c75b282f003c0449d0ae76c1c
2 changes: 1 addition & 1 deletion .github/workflows/upload_pr_documentation.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
build:
uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@main
with:
package_name: peft
package_name: bitsandbytes
secrets:
hf_token: ${{ secrets.HUGGINGFACE_PUSH }}
comment_bot_token: ${{ secrets.GITHUB_TOKEN }}