Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
d4c10df2
Commit
d4c10df2
authored
Mar 15, 2024
by
Daniel Hiltgen
Browse files
Add Radeon gfx940-942 GPU support
parent
6ce37e4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
llm/generate/gen_linux.sh
llm/generate/gen_linux.sh
+3
-0
llm/generate/gen_windows.ps1
llm/generate/gen_windows.ps1
+3
-0
No files found.
llm/generate/gen_linux.sh
View file @
d4c10df2
...
@@ -26,6 +26,9 @@ amdGPUs() {
...
@@ -26,6 +26,9 @@ amdGPUs() {
"gfx908:xnack-"
"gfx908:xnack-"
"gfx90a:xnack+"
"gfx90a:xnack+"
"gfx90a:xnack-"
"gfx90a:xnack-"
"gfx940"
"gfx941"
"gfx942"
"gfx1010"
"gfx1010"
"gfx1012"
"gfx1012"
"gfx1030"
"gfx1030"
...
...
llm/generate/gen_windows.ps1
View file @
d4c10df2
...
@@ -13,6 +13,9 @@ function amdGPUs {
...
@@ -13,6 +13,9 @@ function amdGPUs {
"gfx908:xnack-"
"gfx908:xnack-"
"gfx90a:xnack+"
"gfx90a:xnack+"
"gfx90a:xnack-"
"gfx90a:xnack-"
"gfx940"
"gfx941"
"gfx942"
"gfx1010"
"gfx1010"
"gfx1012"
"gfx1012"
"gfx1030"
"gfx1030"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment