mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -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;
|
# models = service.paths.path1;
|
||||||
acceleration = "rocm";
|
acceleration = "rocm";
|
||||||
package = pkgs.ollama.override {
|
# package = pkgs.ollama.override {
|
||||||
config = {
|
# acceleration = "rocm";
|
||||||
rocmSupport = true;
|
# };
|
||||||
cudaSupport = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue