-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 👷 add initial AI sdk & tools profiles * 🚧 profiles: adjust ai packages * profiles/ai-sdk: Add pattern matching for most modern NVIDIA GPUs (#94) --------- Co-authored-by: Vasiliy Stelmachenok <[email protected]>
- Loading branch information
1 parent
2b3eedc
commit a70eaec
Showing
7 changed files
with
53 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# VENDOR AMD=1002 INTEL=8086 NVIDIA=10de | ||
# CLASSID 03=Display controller | ||
# 00=VGA compatible controller 02=3D controller 80=Display controller | ||
|
||
# NVIDIA cards | ||
#CLASSIDS="0300 0302" | ||
#VENDORIDS="10de" | ||
#DEVICEIDS=">/var/lib/mhwd/ids/pci/nvidia.ids" | ||
|
||
[nvidia-ai-sdk] | ||
desc = 'NVIDIA AI SDK and related tools' | ||
nonfree = true | ||
ai_sdk = true | ||
class_ids = "*" | ||
#class_ids = "0300 0380 0302" | ||
vendor_ids = "10de" | ||
priority = 9 | ||
packages = 'cuda cudnn nccl python-pytorch-opt-cuda ollama-cuda tensorflow-opt-cuda python-tensorflow-opt-cuda' | ||
device_name_pattern = '(AD|GV|TU|GA|GH|GM|GP)\w+' | ||
#device_ids = '*' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters