issues
search
plow-technologies
/
inferno
A statically-typed functional scripting language
MIT License
4
stars
1
forks
source link
Add `inferno-ml` package with types & primitives for tensors and ML models
#56
Closed
siddharth-krishna
closed
1 year ago
siddharth-krishna
commented
1 year ago
This PR:
Adds
inferno-ml
package with ML types and primitives for inferno
Adds
inferno-ml
and
inferno-lsp-server
executables that allow running/type checking ML inferno scripts using the above package
Adds nix magic to build above using Hasktorch, courtesy @ngua
Adds some examples/tests showing how to load pretrained ML models into Inferno via TorchScript
This PR:
inferno-ml
package with ML types and primitives for infernoinferno-ml
andinferno-lsp-server
executables that allow running/type checking ML inferno scripts using the above package