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

Embed Llama.cpp into Marsha for local usage #164

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Conversation

dfellis
Copy link
Member

@dfellis dfellis commented Aug 7, 2023

Currently getting to the third stage with Llama 2 13B but failing there.

@dfellis dfellis self-assigned this Aug 7, 2023
@dfellis dfellis requested review from depombo and aguillenv August 7, 2023 16:04
@dfellis
Copy link
Member Author

dfellis commented Aug 7, 2023

70B took a lot longer (since only about 1/4th of the layers could fit on my GPU) required different params to llama.cpp that weren't predictable in any way, and actually did a worse job than 13B in my test run, unexpectedly.

Going back to 13B for the faster iteration speed (it's on par with OpenAI response times, if not the quality).

dfellis added 3 commits August 7, 2023 16:00
…en I set it as suggested it generated the desired output for the first time!
…pts and also lower the temperature because Llama v2 is a bit 'wilder' than ChatGPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant