Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
trebedea committed Nov 13, 2023
1 parent e48e95a commit bc553a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting_started/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ For each feature or LLM example, check the readme files associated with it.
## Extra dependencies

The following extra dependencies are defined:
- `dev`: packages requires by some extra Guardrails features for developers (e.g. autoreload feature).
- `dev`: packages required by some extra Guardrails features for developers (e.g. autoreload feature).
- `eval`: packages used for the Guardrails [evaluation tools](../../nemoguardrails/eval/README.md).
- `all`: install all extra packages.

Expand Down
2 changes: 1 addition & 1 deletion examples/configs/llm/hf_pipeline_llama2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This configuration uses the HuggingFace Pipeline LLM with various llama2 models, including 7B and 13B, e.g. [meta-llama/Llama-2-13b-chat-hf](https://huggingface.co/meta-llama/Llama-2-13b-chat-hf).

Note that in order to use community models such as llama2, one will need to first go to [huggingface-llama2](https://huggingface.co/meta-llama).
After receiving access to general llama2 models, one still needs to go to the specific model page on Huggingface, e.g. e.g. [meta-llama/Llama-2-13b-chat-hf](https://huggingface.co/meta-llama/Llama-2-13b-chat-hf), to be granted access on HF to that specific model.
After receiving access to general llama2 models, one still needs to go to the specific model page on Huggingface, e.g. [meta-llama/Llama-2-13b-chat-hf](https://huggingface.co/meta-llama/Llama-2-13b-chat-hf), to be granted access on HF to that specific model.

Before running this rail, you need to set the environment via export HF_TOKEN="Your_HuggingFace_Access_Token" , [read more on access token](https://huggingface.co/docs/hub/security-tokens).

Expand Down

0 comments on commit bc553a0

Please sign in to comment.