←back to thread

Transformer Lab

(transformerlab.ai)
170 points jonbaer | 1 comments | | HN request time: 0.225s | source
Show context
santiagobasulto ◴[] No.43679603[source]
Could this be run as a web interface? For example, getting a GCP instance with GPU and deploying it there and accessing it from the browser.

EDIT: Seems it has a client/server model and the server can be installed somewhere else: https://transformerlab.ai/docs/install/advanced-install

But I'm wondering if this is an electron based app and I could run the client on a web interface as well.

replies(1): >>43680807 #
aliasaria ◴[] No.43680807[source]
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.

replies(1): >>43681807 #
1. santiagobasulto ◴[] No.43681807[source]
Perfect, thanks very much! It looks like an amazing tool. Cheers!