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

Remove depth option in installation steps #1395

Merged
Merged
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
5891465
Add build job for rocm
pnunna93 Jun 19, 2024
d03a680
Add rocm build script
pnunna93 Jun 19, 2024
ec9000f
Copy shared obj file into output_dir
pnunna93 Jun 20, 2024
9b8c1da
upload build artifacts and enable wheels build
pnunna93 Jun 20, 2024
1413c5f
Remove cuda build temporarily
pnunna93 Jun 20, 2024
578b2f4
Merge pull request #38 from ROCm/enable_rocm_build_ci
pnunna93 Jun 21, 2024
fd655b0
Add ROCm version to .so filename
pnunna93 Jul 29, 2024
6b77f4c
Add rocm_version to whls build
pnunna93 Jul 29, 2024
78324b3
Revert "Remove cuda build temporarily"
pnunna93 Jul 29, 2024
c146b8b
Add rocm_version env var
pnunna93 Jul 29, 2024
953a383
Merge remote-tracking branch 'upstream/multi-backend-refactor' into e…
pnunna93 Jul 29, 2024
d6c3df4
Remove thrush header files
pnunna93 Jul 30, 2024
7e9a65c
Print node info
pnunna93 Jul 30, 2024
cdb209a
print cuda node info
pnunna93 Jul 30, 2024
77e1499
Revert "print cuda node info"
pnunna93 Jul 30, 2024
7c91909
Revert "Print node info"
pnunna93 Jul 30, 2024
b78b340
Add rocm arch to compile command
pnunna93 Jul 30, 2024
a62b9d4
Rename .so files to rocm
pnunna93 Jul 30, 2024
9059bff
Update default gpu arch
pnunna93 Jul 30, 2024
c5a406a
Skip cpu based igemmlt int tests on ROCm
pnunna93 Jul 30, 2024
9cbb5e1
Update Documentation
pnunna93 Jul 30, 2024
3580624
Update upstream repo name
pnunna93 Jul 30, 2024
3bde1b7
Update docs
pnunna93 Jul 30, 2024
b123125
Merge pull request #39 from ROCm/enable_rocm_whls
pnunna93 Jul 31, 2024
db1df72
Update string format
pnunna93 Jul 31, 2024
e498b4d
Remove pre-release option for torch install
pnunna93 Jul 31, 2024
7d2e027
Update pytorch install path
pnunna93 Aug 1, 2024
0c76b1c
Add messages for Heuristics error
pnunna93 Aug 16, 2024
714d9e9
Remove toolcache for disk space
pnunna93 Aug 16, 2024
ce77361
print disk usage
pnunna93 Aug 16, 2024
b87c2b9
Clean disk space for linux
pnunna93 Aug 16, 2024
828fdc6
Fix for ubuntu
pnunna93 Aug 16, 2024
5721601
Add sudo for apt clean
pnunna93 Aug 16, 2024
d58303f
Update clean up disk list
pnunna93 Aug 16, 2024
483e8ca
remove disk usage print
pnunna93 Aug 16, 2024
9d111df
Merge pull request #42 from ROCm/add_err_msg
pnunna93 Aug 24, 2024
52ba52e
Add BNB_BACKEND variable
pnunna93 Aug 24, 2024
755dfbe
Update diagnostic functions for ROCm
pnunna93 Aug 24, 2024
70c3d6b
Fix tuple error
pnunna93 Aug 25, 2024
7b038e9
Fix library detection bug for recursive and symlink cases
pnunna93 Aug 25, 2024
343c9fa
fix pre-commit errors
pnunna93 Aug 25, 2024
42cc717
Merge pull request #43 from ROCm/update_diagnostics
pnunna93 Aug 25, 2024
b22eb2e
Merge branch 'multi-backend-refactor' into device_abstraction
pnunna93 Aug 25, 2024
f2ea137
Remove recursive path lib search
pnunna93 Sep 11, 2024
ee6abed
Create function for runtime lib patterns
pnunna93 Sep 11, 2024
6f9cd26
Update logger format
pnunna93 Sep 12, 2024
570137c
Update error reporting
pnunna93 Sep 12, 2024
3380df4
Remove commented code
pnunna93 Sep 12, 2024
1c5bd4f
Update error reporting
pnunna93 Sep 12, 2024
4655a41
Merge branch 'device_abstraction' into fix_diagnostic_feedback
pnunna93 Sep 12, 2024
f39ff48
Update error reporting
pnunna93 Sep 12, 2024
f57addd
Create hip diagnostics functions
pnunna93 Sep 12, 2024
251a0e8
Fix Typo
pnunna93 Sep 12, 2024
260a3ac
Fix pre-commit checks
pnunna93 Sep 12, 2024
48bfb20
Merge pull request #45 from ROCm/fix_diagnostic_feedback
pnunna93 Sep 13, 2024
7e787da
Enable 6.2 build
pnunna93 Sep 19, 2024
cd026c3
Merge remote-tracking branch 'upstream/multi-backend-refactor' into e…
pnunna93 Sep 19, 2024
ef9e03c
Skip gemv 4 bit cpu test
pnunna93 Sep 19, 2024
73b30ec
Merge pull request #46 from ROCm/enable_6.2_packaging
amathews-amd Sep 20, 2024
e00f4ea
Update documentation for 6.2.0 pip install
pnunna93 Sep 20, 2024
9035efa
Update README for default branch change
pnunna93 Sep 27, 2024
b5614d0
Fix typo
pnunna93 Sep 27, 2024
64bc947
Merge pull request #47 from ROCm/multi_backend_readme_update
pnunna93 Oct 11, 2024
701acf1
Merge remote-tracking branch 'upstream/multi-backend-refactor' into f…
Oct 16, 2024
592d670
Sync README with upstream
pnunna93 Oct 16, 2024
233bb7a
Remove depth
pnunna93 Oct 16, 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
2 changes: 1 addition & 1 deletion docs/source/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ bitsandbytes is fully supported from ROCm 6.1 onwards (currently in alpha releas
```bash
# Install bitsandbytes from source
# Clone bitsandbytes repo, ROCm backend is currently enabled on multi-backend-refactor branch
git clone --depth 1 -b multi-backend-refactor https://github.com/bitsandbytes-foundation/bitsandbytes.git && cd bitsandbytes/
git clone -b multi-backend-refactor https://github.com/bitsandbytes-foundation/bitsandbytes.git && cd bitsandbytes/

# Install dependencies
pip install -r requirements-dev.txt
Expand Down
Loading