HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thecal

no profile record

Submissions

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

github.com
1 points·by thecal·4 months ago·0 comments

New Phi-3.5 Models from Microsoft, including new MoE

huggingface.co
25 points·by thecal·2 years ago·3 comments

Ask HN: HN Holiday Gift Recommendations

3 points·by thecal·3 years ago·1 comments

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

nature.com
78 points·by thecal·3 years ago·34 comments

comments

thecal
·2 years ago·discuss
Unfortunate name. Can you connect Tabby to the OpenAI-compatible TabbyAPI? https://github.com/theroyallab/tabbyAPI
thecal
·2 years ago·discuss
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 years ago·discuss
Which directs you to https://gitflic.ru/project/magnolia1234/bpc_uploads which is not ideal...
thecal
·2 years ago·discuss
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 years ago·discuss
https://github.com/jellyfin/jellyfin
thecal
·2 years ago·discuss
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 years ago·discuss
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 years ago·discuss
Very cool, looking forward to it!
thecal
·3 years ago·discuss
I really like Inkbot! Are you working on a new version? How about one from Yi 34B?
thecal
·3 years ago·discuss
Choose whichever one outperforms ada-002 for your task here: https://huggingface.co/spaces/mteb/leaderboard
thecal
·3 years ago·discuss
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 years ago·discuss
You are probably thinking of this: https://apex.oracle.com/en/
thecal
·3 years ago·discuss
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 years ago·discuss
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 years ago·discuss
"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 years ago·discuss
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.