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

whitelist bitsandbytes #2048

Merged
merged 6 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
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
16 changes: 16 additions & 0 deletions src/databricks/labs/ucx/source_code/known-readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Known libraries that are not in known.json
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done


1) libraries with remaining Python 2 syntax that astroid cannot parse
tempo
mosaic
sparkdl

2) code that cannot be installed locally
mediamix
dbruntime
horovod

3) code that cannot be located
utils
util
chedispy
49 changes: 48 additions & 1 deletion src/databricks/labs/ucx/source_code/known.json
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,53 @@
"bioinfokit.help": [],
"bioinfokit.visuz": []
},
"bitsandbytes": {
"bitsandbytes": [],
"bitsandbytes.autograd": [],
"bitsandbytes.autograd._functions": [],
"bitsandbytes.cextension": [],
"bitsandbytes.cuda_setup": [],
"bitsandbytes.cuda_setup.env_vars": [],
"bitsandbytes.cuda_setup.main": [],
"bitsandbytes.functional": [],
"bitsandbytes.nn": [],
"bitsandbytes.nn.modules": [],
"bitsandbytes.nn.triton_based_modules": [],
"bitsandbytes.optim": [],
"bitsandbytes.optim.adagrad": [],
"bitsandbytes.optim.adam": [],
"bitsandbytes.optim.adamw": [],
"bitsandbytes.optim.lamb": [],
"bitsandbytes.optim.lars": [],
"bitsandbytes.optim.lion": [],
"bitsandbytes.optim.optimizer": [],
"bitsandbytes.optim.rmsprop": [],
"bitsandbytes.optim.sgd": [],
"bitsandbytes.research": [],
"bitsandbytes.research.autograd": [],
"bitsandbytes.research.autograd._functions": [],
"bitsandbytes.research.nn": [],
"bitsandbytes.research.nn.modules": [],
"bitsandbytes.triton": [],
"bitsandbytes.triton.dequantize_rowwise": [],
"bitsandbytes.triton.int8_matmul_mixed_dequantize": [],
"bitsandbytes.triton.int8_matmul_rowwise_dequantize": [],
"bitsandbytes.triton.quantize_columnwise_and_transpose": [],
"bitsandbytes.triton.quantize_global": [],
"bitsandbytes.triton.quantize_rowwise": [],
"bitsandbytes.triton.triton_utils": [],
"bitsandbytes.utils": [],
"tests": [],
"tests.test_autograd": [],
"tests.test_cuda_setup_evaluator": [],
"tests.test_functional": [],
"tests.test_generation": [],
"tests.test_linear4bit": [],
"tests.test_linear8bitlt": [],
"tests.test_modules": [],
"tests.test_optim": [],
"tests.test_triton": []
},
"black": {
"_black_version": [],
"black": [],
Expand Down Expand Up @@ -26220,4 +26267,4 @@
"zipp.compat.py310": [],
"zipp.glob": []
}
}
}
Loading