FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
bitsandbytes-intel/setup.py at main · bitsandbytes-foundation/bitsandbytes-intel · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on May 21, 2025. It is now read-only.
bitsandbytes-foundation
/
bitsandbytes-intel
Public archive
Notifications
You must be signed in to change notification settings
Fork
2
Star
3
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
bitsandbytes-intel
/
setup.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
10 lines (9 loc) · 312 Bytes
Breadcrumbs
bitsandbytes-intel
/
setup.py
Copy path
File metadata and controls
10 lines (9 loc) · 312 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
from
setuptools
import
find_packages
,
setup
setup
(
name
=
"bitsandbytes-intel"
,
version
=
"0.1"
,
package_dir
=
{
""
:
"src"
},
packages
=
find_packages
(
where
=
"src"
),
install_requires
=
[
"bitsandbytes"
],
entry_points
=
{
"bitsandbytes.backends"
: [
"bitsandbytes_intel = bitsandbytes_intel:_autoload"
]},
)
Back
|
FazBrowse Home
|
New Git URL