Skip to content

Commit

Permalink
updates punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
benironside committed Jul 5, 2024
1 parent 8ae878a commit 7aa4f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/serverless/assistant/connect-to-byo-llm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ For security reasons, before downloading a model, verify that it is from a trust
1. Red for "Likely too large for this machine", which typically will not work.
1. Download one or more models.

In this example we used [`TheBloke/Mixtral-8x7B-Instruct-v0.1.Q3_K_M.gguf`](https://huggingface.co/TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF). It has 46.7B total parameters, a 32,000 token context window, and uses GGUF [quanitization](https://huggingface.co/docs/transformers/main/en/quantization/overview). For more information about model names and format information, refer to the following table:
In this example we used [`TheBloke/Mixtral-8x7B-Instruct-v0.1.Q3_K_M.gguf`](https://huggingface.co/TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF). It has 46.7B total parameters, a 32,000 token context window, and uses GGUF [quanitization](https://huggingface.co/docs/transformers/main/en/quantization/overview). For more information about model names and format information, refer to the following table.

| Model Name | Parameter Size | Tokens/Context Window | Quantization Format |
|------------|----------------|-----------------------|---------------------|
Expand All @@ -128,7 +128,7 @@ Use the following commands in your CLI.

<DocImage url="images/lms-cli-welcome.png" alt="The CLI interface during execution of initial LM Studio commands"/>

After the model loads, you should see a `Model loaded successfully` message in the CLI:
After the model loads, you should see a `Model loaded successfully` message in the CLI.

<DocImage url="images/lms-studio-model-loaded-msg.png" alt="The CLI message that appears after a model loads"/>

Expand Down

0 comments on commit 7aa4f14

Please sign in to comment.