x/model: add some clarity to Fill example about what is showing
This commit is contained in:
parent
e1de015fbc
commit
fc595d89bf
@ -314,10 +314,8 @@ func TestFill(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func ExampleFill() {
|
func ExampleFill() {
|
||||||
r := Fill(
|
defaults := ParseName("registry.ollama.com/library/PLACEHOLDER:latest+Q4_0")
|
||||||
ParseName("mistral"),
|
r := Fill(ParseName("mistral"), defaults)
|
||||||
ParseName("registry.ollama.com/library/PLACEHOLDER:latest+Q4_0"),
|
|
||||||
)
|
|
||||||
fmt.Println(r)
|
fmt.Println(r)
|
||||||
|
|
||||||
// Output:
|
// Output:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user