This website requires JavaScript.
Explore
Help
Sign In
pali112
/
ollama
Watch
1
Star
0
Fork
0
You've already forked ollama
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
46fe4938f324a743e4381470cbd1b164d0ec0bea
ollama
/
model
/
models
/
llama4
History
Michael Yang
2e77aa1ae7
use nn.Linear in place of ml.Tensor (
#11049
)
...
while nn.Linear.Forward isn't applicable for sparse MLP, it's still a nice container for the tensors
2025-06-11 12:10:15 -07:00
..
model_text.go
use nn.Linear in place of ml.Tensor (
#11049
)
2025-06-11 12:10:15 -07:00
model_vision.go
ml: Panic rather than return error on tensor allocation failure
2025-05-22 14:38:09 -07:00
model.go
ml: Panic rather than return error on tensor allocation failure
2025-05-22 14:38:09 -07:00
process_image_test.go
image processing
2025-04-25 16:59:20 -07:00
process_image.go
image processing
2025-04-25 16:59:20 -07:00