Is anyone working on LLMs for Deno so I don't have to learn it in disgusting Python?
I'm coming to terms with the reality of having to learn this technology but not on Python.. I mean.. very much hopefully not on Python.
5 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Amazing! Thanks for the tip!
You could use https://github.com/denosaurs/deno_python and that way have access to the whole python ecosystem of llm's and ml while in the comfy and familiar confines of deno.
Heres a falcon7b example running locally in deno! Just run
pip install git+https://www.github.com/huggingface/transformers git+https://github.com/huggingface/accelerate bitsandbytes einops torch
and then the following program:
GitHub
GitHub - denosaurs/deno_python: 🐍 Python interpreter bindings for D...
🐍 Python interpreter bindings for Deno. Contribute to denosaurs/deno_python development by creating an account on GitHub.
You can also check out my deno project ShellGPT which has some easy to use wrappers for OpenAI calls https://github.com/mattvr/ShellGPT/blob/main/lib/ai.ts
GitHub
ShellGPT/lib/ai.ts at main · mattvr/ShellGPT
Upgrade your terminal with GPT-4. Contribute to mattvr/ShellGPT development by creating an account on GitHub.