mirror of
https://github.com/ollama/ollama.git
synced 2025-12-06 17:42:27 +01:00
use int64 consistently
This commit is contained in:
@@ -4,9 +4,9 @@ import "testing"
|
||||
|
||||
func TestParseModelPath(t *testing.T) {
|
||||
tests := []struct {
|
||||
name string
|
||||
arg string
|
||||
want ModelPath
|
||||
name string
|
||||
arg string
|
||||
want ModelPath
|
||||
}{
|
||||
{
|
||||
"full path https",
|
||||
|
||||
Reference in New Issue
Block a user