ramalama: remove explicit check of mlx-lm availability
It's now available on linux and darwin for both cpu architectures ramalama package targets.
This commit is contained in:
@@ -56,13 +56,10 @@ python3Packages.buildPythonApplication rec {
|
||||
llama-cpp-vulkan
|
||||
podman
|
||||
]
|
||||
++ (
|
||||
with python3Packages;
|
||||
[
|
||||
huggingface-hub
|
||||
]
|
||||
++ lib.optional (lib.meta.availableOn stdenv.hostPlatform mlx-lm) mlx-lm
|
||||
)
|
||||
++ (with python3Packages; [
|
||||
huggingface-hub
|
||||
mlx-lm
|
||||
])
|
||||
)
|
||||
}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user