Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance documentation links #106

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ You can also deploy additional classifiers for filtering out inputs and outputs

Examples using llama-3-8b-chat:

```
```bash
torchrun --nproc_per_node 1 example_chat_completion.py \
--ckpt_dir Meta-Llama-3-8B-Instruct/ \
--tokenizer_path Meta-Llama-3-8B-Instruct/tokenizer.model \
Expand All @@ -133,9 +133,9 @@ In order to help developers address these risks, we have created the [Responsibl
## Issues

Please report any software “bug”, or other problems with the models through one of the following means:
- Reporting issues with the model: [https://github.com/meta-llama/llama3/issues](https://github.com/meta-llama/llama3/issues)
- Reporting risky content generated by the model: [developers.facebook.com/llama_output_feedback](http://developers.facebook.com/llama_output_feedback)
- Reporting bugs and security concerns: [facebook.com/whitehat/info](http://facebook.com/whitehat/info)
- [Link](https://github.com/meta-llama/llama3/issues) - Reporting issues with the model.
- [Link](https://developers.facebook.com/llama_output_feedback) - Reporting risky content generated by the model. Facebook account needed.
- [Link](https://facebook.com/whitehat/info) - Reporting bugs and security concerns.

## Model Card
See [MODEL_CARD.md](MODEL_CARD.md).
Expand Down
8 changes: 4 additions & 4 deletions USE_POLICY.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ We want everyone to use Llama 3 safely and responsibly. You agree you will not u

Please report any violation of this Policy, software “bug,” or other problems that could lead to a violation of this Policy through one of the following means:

* Reporting issues with the model: [github.com/facebookresearch/llama](http://github.com/facebookresearch/llama)
* Reporting risky content generated by the model: [developers.facebook.com/llama_output_feedback](http://developers.facebook.com/llama_output_feedback)
* Reporting bugs and security concerns: [facebook.com/whitehat/info](http://facebook.com/whitehat/info)
* Reporting violations of the Acceptable Use Policy or unlicensed uses of Llama: [LlamaUseReport@meta.com](mailto:LlamaUseReport@meta.com)
* [Link](https://github.com/facebookresearch/llama) - Reporting issues with the model.
* [Link](https://developers.facebook.com/llama_output_feedback) - Reporting risky content generated by the model. Facebook account needed.
* [Link](https://facebook.com/whitehat/info) - Reporting bugs and security concerns.
* [Email](mailto:LlamaUseReport@meta.com) - Reporting violations of the Acceptable Use Policy or unlicensed uses of Llama.