Viewing profile — minosu
minosu
HN member- Joined
- Sun, Feb 19, 2023, 12:37 PM UTC
- HN karma
- 67
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About minosu
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #40211453
Mistral 7b inferences about 18% faster for me as a 4bit quantized version on an A100. Thats definitely relevant when running anything but chatbots.
-
story
Show HN: AIWP – Context-aware DALL·E 3 wallpapers for Android
Hey all! This is a lightweight Android app to auto-change your wallpaper using AI generated images, implemented via the recently introduced DALL·E 3 API. I wanted something no-fril…
-
comment
Comment #36089856
This a continuation of previous work done in the godot-dodo project ( https://github.com/minosvasilias/godot-dodo ), which involved finetuning LLaMA models on GitHub-scraped GDScri…
- story
-
comment
Comment #35682386
Yes, the changes introduced by Godot 4 were a prime motivator for this project. However, it is not quite as clear cut as OpenAI's models simply being trained on Godot 3.x projects …
-
comment
Comment #35682348
The wrapping prompt is also used during inference. ( https://github.com/minosvasilias/godot-dodo/blob/f62b90a4622... ) Prompting like this is useful for instruct-finetunes, and sim…
-
comment
Comment #35681358
This repository presents finetuned LLaMA models that try to address the limited ability of existing language models when it comes to generating code for less popular programming la…
- story
-
story
Show HN: Godot Copilot – AI-assistant for the Godot engine, supporting GPT-4
Hey HN! This is a pretty straightforward addon for folks that work with GDScript and like to do so within the Godot editor insted of VSCode. Integrating code-completions directly w…