Live data from Hacker News

Viewing profile — minosu

minosu

HN member
Joined
Sun, Feb 19, 2023, 12:37 PM UTC
HN karma
67
Public activity
11 items

About minosu

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. 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.

  4. 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…

  5. 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…

  6. story
  7. 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 …

  8. 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…

  9. 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…

  10. story
  11. 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…