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

fix: fix llama 3.1 70b #402

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions models/llama-3.1-70b-instruct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ debug: true
runtime: cuda
models:
- name: llama-3.1-70b-instruct
source: https://huggingface.co/lmstudio-community/Meta-Llama-3.1-70B-Instruct-GGUF/resolve/main/Meta-Llama-3.1-70B-Instruct-Q4_K_M.gguf
sha256: "34d1d88b70a67dc19088ca84e226673962766607791882a7a85959b92857bcb3"
source: https://huggingface.co/MaziyarPanahi/Meta-Llama-3.1-70B-Instruct-GGUF/resolve/main/Meta-Llama-3.1-70B-Instruct.Q4_K_M.gguf
sha256: "3f16ab17da4521fe3ed7c5d7beed960d3fe7b5b64421ee9650aa53d6b649ccab"
promptTemplates:
- name: chatMsg
template: |
Expand Down Expand Up @@ -63,7 +63,7 @@ config: |
response_regex:
- <function=(?P<name>\w+)>(?P<arguments>.*)</function>
parameters:
model: Meta-Llama-3.1-70B-Instruct-Q4_K_M.gguf
model: Meta-Llama-3.1-70B-Instruct.Q4_K_M.gguf
context_size: 8192
f16: true
template:
Expand All @@ -74,5 +74,5 @@ config: |
stopwords:
- <|im_end|>
- <dummy32000>
- \"<|eot_id|>\"
- <|eot_id|>
- <|end_of_text|>
Loading