TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The Dino, the Llama, and the Whale (Deno and Jupyter for Local AI Experiments)

60 点作者 olestr3 个月前

8 条评论

cship23 个月前
Why is langchain still used, thought that not needed, can it just be replaced with some type of custom ETL functions. Or is that still defector ways to interacte with llam?
评论 #43216578 未加载
Lerc3 个月前
I have had a quick play around with Deno notebooks. The pain points for me were in image and UI outputs. There is such a large base of support for the Python side, it will take quite a lot of work to catch up. The various python bits seem to be quite dependent on the implementation platform though. Colab, jupyter-lab and integrated into an editor are quite different beasts.<p>Being able to display an entity that carried a MessagePort and a closure for communication would enable a lot there.
评论 #43216614 未加载
AbuAssar3 个月前
after trying the instructions I found the following issues:<p>1- Deepseek-r1 &lt;think&gt;&lt;&#x2F;think&gt; tags in the answer break the JSON validation.<p>2- Deno&#x27;s LSP keeps marking any variable in the cell as not defined even though it is defined in a prior cell, which is annoying.
AbuAssar3 个月前
missing from the article is that you need execute the following command to install Deno jupyter kernel:<p>deno jupyter --install
wilde3 个月前
“We advise on technology”<p><i>proceeds to overengineer a hello world example while providing no demonstration of advantage over curl</i>
aqueueaqueue3 个月前
All running on a goat and penguin?
linwangg3 个月前
I like the idea of Jupyter supporting more languages, but isn’t the main issue that most AI tooling is deeply tied to Python? How do we solve that?
评论 #43216416 未加载
评论 #43218616 未加载
评论 #43231039 未加载
nsonha2 个月前
tldr: article that has some code and uses tools mentioned in the title.