Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit be2c8ed

Browse files
authored
Add explicit notes that the docs directory is unreliable (#922)
1 parent dc684d8 commit be2c8ed

File tree

13 files changed

+42
-35
lines changed

13 files changed

+42
-35
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ We provide
437437

438438
## Community Contributions
439439

440-
We really value our community and the contributions made by our wonderful users. We'll use this section to call out some of these contributions! If you'd like to help out as well, please see the [CONTRIBUTING](docs/CONTRIBUTING.md) guide.
440+
We really value our community and the contributions made by our wonderful users. We'll use this section to call out some of these contributions! If you'd like to help out as well, please see the [CONTRIBUTING](CONTRIBUTING.md) guide.
441441

442442
## Troubleshooting
443443

@@ -472,7 +472,7 @@ solely responsible for complying with all such obligations.
472472

473473

474474
## Acknowledgements
475-
Thank you to the [community](docs/ACKNOWLEDGEMENTS.md) for all the
475+
Thank you to the community for all the
476476
awesome libraries and tools you've built around local LLM inference.
477477
478478
* Georgi Gerganov and his [GGML](https://github.com/ggerganov/ggml)

docs/ACKNOWLEDGEMENTS.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/ADVANCED-USERS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!WARNING]
2+
> Files in this directory may be outdated, incomplete, scratch notes, or a WIP. torchchat provides no guarantees on these files as references. Please refer to the root README for stable features and documentation.
3+
14
# Torchchat is still in pre-release!
25

36

@@ -215,7 +218,7 @@ adapted to support other models, either by extending the model
215218
description in `model.py` or by initializing a completely different
216219
model. *We invite and welcome community contributions of open-source
217220
model enablement to torchchat, as well as to our related open source
218-
projects PyTorch, ExecuTorch (for mobile/edge models), torchao
221+
projects PyTorch, ExecuTorch (for mobile/edge models), torchao
219222
(for architecture optimization) and other
220223
PyTorch projects.* (Please refer to individual projects for specific
221224
submission guidelines.)

docs/Android.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!WARNING]
2+
> Files in this directory may be outdated, incomplete, scratch notes, or a WIP. torchchat provides no guarantees on these files as references. Please refer to the root README for stable features and documentation.
3+
14
# Executing LLM models on Android
25

36
## Option 1: Use ExecuTorch LLAMA Demo App

docs/CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> [!WARNING]
2+
> Files in this directory may be outdated, incomplete, scratch notes, or a WIP. torchchat provides no guarantees on these files as references. Please refer to the root README for stable features and documentation.
3+
4+
15
# Contributing to torchchat
26
We want to make contributing to this project as easy and transparent as possible.
37

docs/GGUF.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!WARNING]
2+
> Files in this directory may be outdated, incomplete, scratch notes, or a WIP. torchchat provides no guarantees on these files as references. Please refer to the root README for stable features and documentation.
3+
14
# Using GGUF Models
25

36
<!--
@@ -99,7 +102,7 @@ ${GGUF}/quantize --allow-requantize path_of_model_you_are_converting_from.gguf p
99102

100103
For example, to convert the quantized model you downloaded above to an FP16 model, you would execute:
101104
```
102-
${GGUF}/quantize --allow-requantize ${GGUF_MODEL_PATH} ./open_orca_fp16.gguf fp16
105+
${GGUF}/quantize --allow-requantize ${GGUF_MODEL_PATH} ./open_orca_fp16.gguf fp16
103106
```
104107

105108
After the model is converted to a supported format like FP16, you can proceed using the instructions above.

docs/Models.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!WARNING]
2+
> Files in this directory may be outdated, incomplete, scratch notes, or a WIP. torchchat provides no guarantees on these files as references. Please refer to the root README for stable features and documentation.
3+
14
# Models
25

36
These are the supported models

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Docs in this directory are unstable
2+
3+
Explicitly calling out that the docs in this directory may be outdated, incomplete, scratch notes, or a WIP.
4+
torchchat provides no guarantees on these files as references.
5+
6+
Please refer to the root README for stable features and documentation.

docs/evaluation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> [!WARNING]
2+
> Files in this directory may be outdated, incomplete, scratch notes, or a WIP. torchchat provides no guarantees on these files as references. Please refer to the root README for stable features and documentation.
13
24

35
# Evaluation Features

docs/executorch_setup.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!WARNING]
2+
> Files in this directory may be outdated, incomplete, scratch notes, or a WIP. torchchat provides no guarantees on these files as references. Please refer to the root README for stable features and documentation.
3+
14
# Set-up ExecuTorch
25

36
Before running any commands in torchchat that require ExecuTorch, you
@@ -14,4 +17,4 @@ export TORCHCHAT_ROOT=$PWD
1417
This will download the ExecuTorch repo to ./et-build/src and install
1518
various ExecuTorch libraries to ./et-build/install.
1619

17-
[end default]: end
20+
[end default]: end

0 commit comments

Comments
 (0)