mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: fixed rocm config
This commit is contained in:
parent
897c5d24d2
commit
3bee359613
1 changed files with 3 additions and 6 deletions
|
@ -67,12 +67,9 @@ in
|
|||
{
|
||||
# models = service.paths.path1;
|
||||
acceleration = "rocm";
|
||||
package = pkgs.ollama.override {
|
||||
config = {
|
||||
rocmSupport = true;
|
||||
cudaSupport = false;
|
||||
};
|
||||
};
|
||||
# package = pkgs.ollama.override {
|
||||
# acceleration = "rocm";
|
||||
# };
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue