π
Ran all install commands and now getting errors
I noticed that deno upgrade returns:
error: This deno was built without the "upgrade" feature. Please upgrade using the installation method originally used to install Deno.This message is in cli/main.rs: https://deno.land/x/deno@v1.41.0/cli/main.rs?source= So probably I installed Deno with some Rust CLI and did not configure the environment / zsh (on Mac) well. Any feedback please?
14 replies
examples of Deno+Llamacpp
Are there examples of Deno and Ollama/Llamacpp setups in typescript?
Its should t be hard since it just an api call to the instance with Docker.
Essentially I want to demonstrate if we can have a CUDA or MPS enabled image of llamacpp or ollama, as an api over the internet, and query it directly via a deno/fresh app running on Deno deploy or railway
2 replies
Running LLaMA on Deno
Hello!
I use Deno to run my apps on the edge, what Deno solution or other provider would be ideal to run a quantized LLaMA instance?
Deno Deploy is against machine learning (even premium tiers?), so what can we use instead to run the llama model?
2 replies
Reddit fetch Vs. My noob brain part. I
Hello!
So I want to fetch Reddit posts.
I use this library. I have a few questions.
https://github.com/Compositr/redditposts/tree/main/src/typings
1. What's the simplest way to return posts with a given flairtext?
2. How to make a 3 columns with Twind?
1 replies