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

aliasaria

no profile record

投稿

I built 80% of the core features of Shopify in 30 hours

yep.shop
2 ポイント·投稿者 aliasaria·29 日前·0 コメント

Between Clay and Light: A Quranic Framework for the Age of Intelligence

aliasaria.ca
1 ポイント·投稿者 aliasaria·3 か月前·0 コメント

Transformer Lab Now Works with AMD GPUs

old.reddit.com
2 ポイント·投稿者 aliasaria·昨年·8 コメント

Show HN: Open-Source Alternative to OpenAI Platform, for Local Models

github.com
93 ポイント·投稿者 aliasaria·昨年·19 コメント

Musk's xAI raises an additional $6B

techcrunch.com
5 ポイント·投稿者 aliasaria·2 年前·0 コメント

Packaging Python and PyTorch for a Machine Learning Application

transformerlab.ai
3 ポイント·投稿者 aliasaria·2 年前·0 コメント

Show HN: Transformer Lab – Download, interact, and train models locally

github.com
4 ポイント·投稿者 aliasaria·2 年前·0 コメント

コメント

aliasaria
·昨年·議論
Getting ROCm working was... an adventure. We documented the entire (painful) journey in a detailed blog post because honestly, nothing went according to plan. If you've ever wrestled with ROCm setup for ML, you'll probably relate to our struggles.

The good news? Everything works smoothly now! We'd love for you to try it out and see what you think.
aliasaria
·昨年·議論
https://transformerlab.ai/docs/resources/Uninstall%20Transfo...
aliasaria
·昨年·議論
Transformer Lab maintainer here. We'd love to build this! Please contact us on our our Discord https://discord.gg/transformerlab or Twitter https://x.com/transformerlab and we'd love to learn more and collaborate.
aliasaria
·昨年·議論
Thanks for finding this!

Will get this merged as soon as we can test across platforms.
aliasaria
·昨年·議論
One of the maintainers here. Yes this is a big part of our plans. In addition to our plugin system which allows arbitrary Python scripts, we will soon publish how to add decorators to any existing script which can be run externally but logged into Transformer Lab. So you could do training anywhere but trigger evals in the app, for example.
aliasaria
·昨年·議論
Yes it all works as webapp, in addition to working as an electron app. we haven’t gotten to publishing how in the docs as this feature is brand new.

Short story, run: “npm run start:cloud” in the git repo.

Will make this more known soon.
aliasaria
·昨年·議論
Apple MLX is a game changer for what is possible in Local LLM development for everyone. Getting this to work as a single application that "just works" across platforms has been one of the hardest engineering problems we've ever worked on, but we're determined to get it right.
aliasaria
·昨年·議論
We want this tool to be for everyone that wants to train and tune their own LLMs.

Our vision is that the sphere of people who do these types of tasks will grow as LLMs become more accessible and the tooling becomes more reliable.

Let us know what other types of functionality you'd like to see. I will record Assistant-type functionality for our team to look into!
aliasaria
·昨年·議論
If you know any we should incorporate, let us know! We really want to bring the best of open source LLM tools together in one UI.
aliasaria
·昨年·議論
The functionality in Transformer Lab comes from plugins. Plugins are just Python scripts behind the scenes. So anything that can be done in Python can be done as a plugin.

Right now we have export plugins for going to GGUF, MLX and LlamaFile but if you know a good library for exporting to TensorRT, let's make a plugin for this! (Feel free to join our Discord if you want help)
aliasaria
·2 年前·議論
From my digging...

Apple seems to get most of their recycled titanium from IperionX:

https://www.linkedin.com/posts/iperionx_over-20-years-ago-ap...

IperionX announced they get their recycled source Ti from ELG Utica Alloys:

https://www.aero-mag.com/new-partnership-creates-100-recycle...

From ELG we can read that a source of scrap Ti comes from companies like GE, Boeing, etc:

https://cdn.ymaws.com/titanium.org/resource/resmgr/2010_2014...

But this article from 1990 (may be outdated) states that a misunderstanding of the public is thinking that scrap mostly comes from old devices or planes. But these types of things last long and don't get recycled enough to provide enough volume. This seems to say that the bulk of scrap comes as a byproduct of the smelting process:

https://link.springer.com/article/10.1007/s11837-018-3278-1

The following article from 2004 however says that recycled Ti comes from 10% old scrap (old recycled parts we normally think of as recycled metal) and 90% "new scrap" which is partly wasted Ti generated when making parts. For example in 2004, the aerospace industry used 12000t of Ti but wasted 10000t of that.

https://pubs.usgs.gov/circ/circ1196-Y/pdf/Circ1196-Y.pdf
aliasaria
·2 年前·議論
I’m curious: what was the podcast?
aliasaria
·2 年前·議論
Some of the tools offer a path to doing tool use (fetching URLs and doing things with them) or RAG (searching your documents). I think Oobabooga https://github.com/oobabooga/text-generation-webui offers the latter through plugins.

Our tool, https://github.com/transformerlab/transformerlab-app also supports the latter (document search) using local llms.
aliasaria
·2 年前·議論
You can chat with the models directly in the same way you can chat with GPT 3.5.

Many of the opensource tools that run these models let you also edit the system prompt, which lets you tweak their personality.

The more advanced tools let you train them, but most of the time, people are downloading pre-existing models and using them directly.

If you are training models, it depends what you are doing. Finetuning an existing pre-trained model requires lots of examples but you can often do a lot with, say, 1000 examples in a dataset.

If you are training a large model completely from scratch, then, yes, you need tons of data and very few people are doing that on their local machines.
aliasaria
·2 年前·議論
If you're able to purchase a separate GPU, the most popular option is to get an NVIDIA RTX3090 or RTX4090.

Apple Mac M2 or M3's are becoming a viable option because of MLX https://github.com/ml-explore/mlx . If you are getting an M series Mac for LLMs, I'd recommend getting something with 24GB or more of RAM.
aliasaria
·2 年前·議論
If you are looking for a downloadable app as an alternative to Oobabooga / Sillytavern, we built https://github.com/transformerlab/transformerlab-app as a way to easily download, interact, and even train local llms.