mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
Docs link fix (#4286)
* Update quickstart.md * Update README.md * Update quickstart.md * Update README.md
This commit is contained in:
@@ -6,7 +6,7 @@ Here you will find documentation for tinygrad, as well as some examples and tuto
|
|||||||
|
|
||||||
Read the quick start guide [here](/docs/quickstart.md).
|
Read the quick start guide [here](/docs/quickstart.md).
|
||||||
|
|
||||||
Or if you want to jump right in to how tinygrad works, you can read the [abstraction stack](/docs/abstractions2.py) documentation.
|
Or if you want to jump right in to how tinygrad works, you can read the [abstraction stack](/docs-legacy/abstractions2.py) documentation.
|
||||||
|
|
||||||
Or if you want to see some examples, you can look at the examples in the [examples](/examples) directory.
|
Or if you want to see some examples, you can look at the examples in the [examples](/examples) directory.
|
||||||
|
|
||||||
@@ -20,11 +20,11 @@ This is currently a big work in progress.
|
|||||||
|
|
||||||
### Environment Variables
|
### Environment Variables
|
||||||
|
|
||||||
[env_vars.md](/docs/env_vars.md)
|
[env_vars.md](/docs-legacy/env_vars.md)
|
||||||
|
|
||||||
### Adding New Accelerators
|
### Adding New Accelerators
|
||||||
|
|
||||||
[adding_new_accelerators.md](/docs/adding_new_accelerators.md)
|
[adding_new_accelerators.md](/docs-legacy/adding_new_accelerators.md)
|
||||||
|
|
||||||
### Community
|
### Community
|
||||||
|
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ print(t6.numpy())
|
|||||||
```
|
```
|
||||||
|
|
||||||
There are a lot more operations that can be performed on tensors, you can find them in the [tensor.py](/tinygrad/tensor.py) file.
|
There are a lot more operations that can be performed on tensors, you can find them in the [tensor.py](/tinygrad/tensor.py) file.
|
||||||
Additionally reading through [abstractions2.py](/docs/abstractions2.py) will help you understand how operations on these tensors make their way down to your hardware.
|
Additionally reading through [abstractions2.py](/docs-legacy/abstractions2.py) will help you understand how operations on these tensors make their way down to your hardware.
|
||||||
|
|
||||||
## Models
|
## Models
|
||||||
|
|
||||||
@@ -299,7 +299,7 @@ Many of the models in the [models/](/models) folder have a `load_from_pretrained
|
|||||||
There exist a bunch of environment variables that control the runtime behavior of tinygrad.
|
There exist a bunch of environment variables that control the runtime behavior of tinygrad.
|
||||||
Some of the commons ones are `DEBUG` and the different backend enablement variables.
|
Some of the commons ones are `DEBUG` and the different backend enablement variables.
|
||||||
|
|
||||||
You can find a full list and their descriptions in [env_vars.md](/docs/env_vars.md).
|
You can find a full list and their descriptions in [env_vars.md](/docs-legacy/env_vars.md).
|
||||||
|
|
||||||
### Visualizing the Computation Graph
|
### Visualizing the Computation Graph
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user