this post was submitted on 20 Nov 2024
9 points (90.9% liked)

Linux

48287 readers
636 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'm trying to do this

sudo apt install intel-level-zero-gpu level-zero level-zero-dev\

to get a help me run a chatbot with gpu but the packages aren't available. where do I get them?

top 2 comments
sorted by: hot top controversial new old
[–] lancalot@discuss.online 1 points 4 hours ago* (last edited 4 hours ago)

The .deb package can be found on Github.

~~I find it peculiar that it doesn't seem to be packaged by any distro. Debian does have a package called level-zero. But, while they're linked, it doesn't seem to be the exact same thing.~~

Edit: It's packaged under intel-compute-runtime.

[–] eldavi@lemmy.ml 4 points 9 hours ago* (last edited 9 hours ago)

do you have any intel related packages in your system? you can search with something like apt-cache search intel

if it turns out you don't and you're certain that it's okay for you then you can probably add a repository for it.

i can't stress enough the part where you need to be certain that you need it.