kennethleungty / Llama-2-Open-Source-LLM-CPU-Inference

Running Llama 2 and other Open-Source LLMs on CPU Inference Locally for Document Q&A
https://towardsdatascience.com/running-llama-2-on-cpu-inference-for-document-q-a-3d636037a3d8
MIT License
950 stars 212 forks source link

Fix typo in prompts.py #4

Closed eltociear closed 1 year ago

eltociear commented 1 year ago

formating -> formatting

kennethleungty commented 1 year ago

Hi @eltociear , while you are on this typo formatting, could you help to replace 'MPT-7B-Instruct' with 'Llama-2-7B-Chat' in the same comment line as well?

eltociear commented 1 year ago

@kennethleungty replaced it.

kennethleungty commented 1 year ago

Thanks @eltociear