π
π
DDeno
Created by π on 4/15/2024 in #help
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
DDeno
Created by π on 4/9/2024 in #help
Deno not compiling npm packages
No description
5 replies
DDeno
Created by π on 3/26/2024 in #help
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
DDeno
Created by π on 1/4/2024 in #help
Trouble with Deno imports
No description
8 replies
DDeno
Created by π on 11/7/2023 in #help
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
DDeno
Created by π on 7/26/2023 in #help
Hosting a node project on deploy?
Can we host a NodeJS project using Deno Deploy or do we need some conversion first?
7 replies
DDeno
Created by π on 6/8/2023 in #help
Twitter API
Is there a easy way to fetch Tweets using Twitter API or something else? (since they put their API cost is 42$k+)
1 replies
DDeno
Created by π on 5/8/2023 in #help
Fetching Twitter data with coroutines and puppeteer
are there any recent examples of how to fetch Twitter data (like monitoring activity for a keyword everyday) without using Twitter paid API and without getting blocked ? In Deno of course.
1 replies
DDeno
Created by π on 11/21/2022 in #help
Scraping Hackernews for Deno-related projects
Hello, I scraped Hackernews using Deno and Puppeteer, now how do I process the text to find keywords in each items? (ie. Front end, Back end, ..) Probably using a NLP library (hf?)
3 replies
DDeno
Created by π on 10/14/2022 in #help
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
DDeno
Created by π on 10/6/2022 in #help
Github Repository File Tree Generator based on Deno?
Is there some project file tree generator written in TS / Deno?
2 replies