mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 18:36:41 +02:00
use int64 consistently
This commit is contained in:
parent
5f4008c296
commit
f40b3de758
7 changed files with 59 additions and 59 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue