Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(blog): a journey through OSS LLMs and data #8731

Closed
1 task done
lostmygithubaccount opened this issue Mar 21, 2024 · 1 comment
Closed
1 task done

docs(blog): a journey through OSS LLMs and data #8731

lostmygithubaccount opened this issue Mar 21, 2024 · 1 comment
Assignees
Labels
docs Documentation related issues or PRs

Comments

@lostmygithubaccount
Copy link
Member

lostmygithubaccount commented Mar 21, 2024

Please describe the issue

write down my adventure through open source LLMs, generating structured data, using them with Ibis, and a bunch of shenanigans along the way

overview of LLM frameworks:

  • llama.cpp (including grammars)
  • ollama (llama.cpp wrapper)
  • mlx (apple only)
  • candle (Rust)
  • ...a bunch more I won't touch on probably

overview of OSS LLM landscape:

  • Mistral
  • Mixtral
  • Phi-2
  • ...and a bunch more I might touch on

overview of structured output frameworks:

  • grammars in llama.cpp
  • Marvin
  • instructor
  • outlines
  • ...a bunch more I won't touch on probably

issues:

  • formats (gguf, npz or whatever MLX uses, safetensors, etc)
  • converting between formats (sometimes working convert.py scripts)
  • hard-to-debug hanging
  • using mac GPU
  • slow
  • bad accuracy

Code of Conduct

  • I agree to follow this project's Code of Conduct
@lostmygithubaccount lostmygithubaccount added the docs Documentation related issues or PRs label Mar 21, 2024
@lostmygithubaccount lostmygithubaccount moved this from backlog to todo in Ibis planning and roadmap Mar 21, 2024
@lostmygithubaccount lostmygithubaccount self-assigned this Mar 21, 2024
@lostmygithubaccount lostmygithubaccount moved this from todo to backlog in Ibis planning and roadmap May 3, 2024
@lostmygithubaccount
Copy link
Member Author

this one is pretty close and I might finish soon-ish but closing as not planned

@lostmygithubaccount lostmygithubaccount closed this as not planned Won't fix, can't repro, duplicate, stale Sep 29, 2024
@github-project-automation github-project-automation bot moved this from backlog to done in Ibis planning and roadmap Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation related issues or PRs
Projects
Archived in project
Development

No branches or pull requests

1 participant