mirror of
https://github.com/ollama/ollama.git
synced 2026-04-22 16:55:44 +02:00
local copy
This commit is contained in:
5
cmd/copy_linux.go
Normal file
5
cmd/copy_linux.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package cmd
|
||||
|
||||
func localCopy(src, target string) error {
|
||||
return defaultCopy(src, target)
|
||||
}
|
||||
Reference in New Issue
Block a user