Viewing profile — kiview
kiview
HN member- Joined
- Thu, Oct 14, 2021, 2:49 PM UTC
- HN karma
- 6
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About kiview
No profile information was provided.
Recent public activity
-
comment
Comment #47046944
Yeah, we are on it. In the current version, things are hardcoded and implicit (we are also in experimental preview), but soon it will be configurable and explicit.
-
comment
Comment #44445367
You can run the same model in production, using Docker Model Runner in Docker CE. This is assuming, the model works for your production use case :)
-
comment
Comment #44445038
You can check out my blog post on publishing models to Docker Hub using Docker Model Runner :) https://www.docker.com/blog/publish-ai-models-on-docker-hub/
-
comment
Comment #43690349
Unfortunately not, since the container won't have access to the Apple silicon GPU. That's why in our architecture, we have to run llama.cpp as a host process and wire it up with th…
-
comment
Comment #43690340
(disclaimer: I'm leading the Docker Model Runner team at Docker) We decided to start with Apple silicon Macs, because they provide one of the worst experiences of running LLMs in a…
-
comment
Comment #43690317
Better late than never ;)
-
comment
Comment #43690314
(disclaimer: I'm leading the Docker Model Runner team at Docker) We are not packaging models as Docker images, since indeed that is the wrong fit and comes with all kinds of techni…
-
comment
Comment #43690303
(disclaimer: I'm leading the Docker Model Runner team at Docker) It's fine to disagree of course, but we envision Docker as a tool that has a higher abstraction level than just con…
-
comment
Comment #43690287
(disclaimer: I'm leading the Docker Model Runner team at Docker) You were always able to manually install Docker CE within WSL2 on Windows. But if you want to have an integrated Do…