Skip to content

Commit

Permalink
fix(llama3.2): correct link (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
  • Loading branch information
aarnphm authored Sep 25, 2024
1 parent c7c1c7a commit c8860f0
Show file tree
Hide file tree
Showing 168 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,12 @@
gpu: 1
gpu_type: nvidia-rtx-3060
engine_config:
model: meta-llama/Meta-Llama-3.2-1B-Instruct
model: meta-llama/Llama-3.2-1B-Instruct
max_model_len: 2048
dtype: half
extra_labels:
openllm_alias: 1b,1b-instruct
model_name: meta-llama/Meta-Llama-3.2-1B-Instruct
model_name: meta-llama/Llama-3.2-1B-Instruct
'llama3.2:3b-instruct-fp16':
project: vllm-chat
service_config:
Expand All @@ -283,12 +283,12 @@
gpu: 1
gpu_type: nvidia-rtx-3060
engine_config:
model: meta-llama/Meta-Llama-3.2-3B-Instruct
model: meta-llama/Llama-3.2-3B-Instruct
max_model_len: 2048
dtype: half
extra_labels:
openllm_alias: 3b,3b-instruct
model_name: meta-llama/Meta-Llama-3.2-3B-Instruct
model_name: meta-llama/Llama-3.2-3B-Instruct
'llama3.1:8b-instruct-fp16':
project: vllm-chat
service_config:
Expand Down

0 comments on commit c8860f0

Please sign in to comment.