PeterSchneider commited on
Commit
c574840
·
verified ·
1 Parent(s): 3b4b840

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ By accessing this model, you are agreeing to the Llama 2 terms and conditions of
18
 
19
  ## Usage:
20
 
21
- CodeLlama-13B-QML is a medium-sized Language Model that requires significant computing resources to perform with inference (response) times suitable for automatic code completion. Therefore, the primary use is in a private cloud deployment such as AWS, Google Cloud, or Microsoft Azure.
22
 
23
  Large Language Models, including CodeLlama-13B-QML, are not designed to be deployed in isolation but instead should be deployed as part of an overall AI system with additional safety guardrails as required. Developers are expected to deploy system safeguards when building AI systems.
24
 
 
18
 
19
  ## Usage:
20
 
21
+ CodeLlama-13B-QML is a medium-sized Language Model that requires significant computing resources to perform with inference (response) times suitable for automatic code completion. Therefore, the primary use is in a private cloud such as AWS, Google Cloud, Microsoft Azure, or your own.
22
 
23
  Large Language Models, including CodeLlama-13B-QML, are not designed to be deployed in isolation but instead should be deployed as part of an overall AI system with additional safety guardrails as required. Developers are expected to deploy system safeguards when building AI systems.
24