Skip to content

Commit

Permalink
llama2 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
margaretqian committed Aug 30, 2023
1 parent 5bae943 commit baeaf3b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/inference-deployments/llama2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Once the deployment is ready, it's time to run inference! Detailed information a
from mcli import predict

prompt = """[INST] <<SYS>>
You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe.
You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe.
Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature.
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
<</SYS>>
Expand Down
2 changes: 1 addition & 1 deletion examples/inference-deployments/llama2/llama2_13b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ compute:
image: mosaicml/inference:0.1.37
cluster: r7z15
default_model:
model_type: llama2-13b
model_type: llama2-13b
2 changes: 1 addition & 1 deletion examples/inference-deployments/llama2/llama2_7b_chat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ compute:
image: mosaicml/inference:0.1.37
cluster: r7z15
default_model:
model_type: llama2-7b-chat
model_type: llama2-7b-chat
1 change: 1 addition & 0 deletions examples/inference-deployments/llama2/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
torch==1.13.1
2 changes: 1 addition & 1 deletion examples/inference-deployments/mpt/mpt_30b_chat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ compute:
image: mosaicml/inference:0.1.37
replicas: 1
default_model:
model_type: mpt-30b-chat
model_type: mpt-30b-chat

0 comments on commit baeaf3b

Please sign in to comment.