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·vor 4 Monaten·0 comments

New Phi-3.5 Models from Microsoft, including new MoE

huggingface.co
25 points·by thecal·vor 2 Jahren·3 comments

Ask HN: HN Holiday Gift Recommendations

3 points·by thecal·vor 3 Jahren·1 comments

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

nature.com
78 points·by thecal·vor 3 Jahren·34 comments

comments

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