HackerTrans
トップ新着トレンドコメント過去質問紹介求人

thecal

no profile record

投稿

Show HN: I over-engineered a home security camera that uses an LLM and talks

github.com
1 ポイント·投稿者 thecal·4 か月前·0 コメント

New Phi-3.5 Models from Microsoft, including new MoE

huggingface.co
25 ポイント·投稿者 thecal·2 年前·3 コメント

Ask HN: HN Holiday Gift Recommendations

3 ポイント·投稿者 thecal·3 年前·1 コメント

To safely deploy generative AI in health care, models must be open source

nature.com
78 ポイント·投稿者 thecal·3 年前·34 コメント

コメント

thecal
·2 年前·議論
Unfortunate name. Can you connect Tabby to the OpenAI-compatible TabbyAPI? https://github.com/theroyallab/tabbyAPI
thecal
·2 年前·議論
Mini: https://huggingface.co/microsoft/Phi-3.5-mini-instruct

Large MoE with impressive benchmarks: https://huggingface.co/microsoft/Phi-3.5-MoE-instruct

Vision: https://huggingface.co/microsoft/Phi-3.5-vision-instruct
thecal
·2 年前·議論
Which directs you to https://gitflic.ru/project/magnolia1234/bpc_uploads which is not ideal...
thecal
·2 年前·議論
Watson was not a product but a brand name they applied to lots of things. I am sure Granite will show up in here: https://www.ibm.com/watsonx
thecal
·2 年前·議論
https://github.com/jellyfin/jellyfin
thecal
·2 年前·議論
It is probably the most famous HN comment ever made and comes up often. It is a dismissive response to Dropbox years ago:

https://news.ycombinator.com/item?id=9224
thecal
·2 年前·議論
Meta has supported hand tracking since the Quest 1. It works fine but for many high speed action tasks (e.g., games), it doesn't work as well.
thecal
·3 年前·議論
Very cool, looking forward to it!
thecal
·3 年前·議論
I really like Inkbot! Are you working on a new version? How about one from Yi 34B?
thecal
·3 年前·議論
Choose whichever one outperforms ada-002 for your task here: https://huggingface.co/spaces/mteb/leaderboard
thecal
·3 年前·議論
I'll bet they're using this, that's exactly what it is designed for: https://tljh.jupyter.org/en/latest/

Alternatively, you could do something similar with Google Colab and a notebook you make to serve as a template.
thecal
·3 年前·議論
You are probably thinking of this: https://apex.oracle.com/en/
thecal
·3 年前·議論
I am reminded of this quote: "If you owe the bank $100, that's your problem. If you owe the bank $100 million, that's the bank's problem." -J. Paul Getty
thecal
·3 年前·議論
I can't complete opening an account with Capital One because I have prepaid wireless. When talking to customer service, they said this happens and there's no fix. Ubisoft Connect (their Steam competitor) also rejects it.
thecal
·3 年前·議論
"Snowflake Inc. was founded in July 2012...by three data warehousing experts: Benoît Dageville, Thierry Cruanes and Marcin Żukowski. Dageville and Cruanes previously worked as data architects at Oracle Corporation... "

From: https://en.wikipedia.org/wiki/Snowflake_Inc.#History
thecal
·3 年前·議論
Think of the model as a gigantic compiled binary where you send in strings in a certain format and get back a response. This is a web API wrapper for that so you only need an HTTP client instead of having to run something like llama.cpp yourself.