kotlindl icon indicating copy to clipboard operation
kotlindl copied to clipboard

[Feature Request] Add LSTM, TextVectorization and Embedding Layers for NLP

Open Reqeique opened this issue 3 years ago • 1 comments

Reqeique avatar Jul 26 '22 16:07 Reqeique

It would be a powerful addition to the Kotlin Ecosystem if this feature were to allow Kotlin Apps to load and run inference on Meta's recently released LLaMA model.

These projects may provide inspiration for what a KotlinDL integration could look like:

  • vanilla-llama - Forked version of Meta's own LLaMA inference implementation using PyTorch.
  • llama.cpp - C++ CPU implementation of inference.

chris-hatton avatar Mar 22 '23 12:03 chris-hatton