mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-07 22:23:55 -05:00
Outdated repository URL (#1218)
* Update outdated repo url * Update more outdated repo url's
This commit is contained in:
16
README.md
16
README.md
@@ -1,19 +1,19 @@
|
||||
<div align="center">
|
||||
|
||||
[](https://tinygrad.org)
|
||||
[](https://tinygrad.org)
|
||||
|
||||
tinygrad: For something between [PyTorch](https://github.com/pytorch/pytorch) and [karpathy/micrograd](https://github.com/karpathy/micrograd). Maintained by [tiny corp](https://tinygrad.org).
|
||||
|
||||
<h3>
|
||||
|
||||
[Homepage](https://github.com/geohot/tinygrad) | [Documentation](/docs) | [Examples](/examples) | [Showcase](/docs/showcase.md) | [Discord](https://discord.gg/ZjZadyC7PK)
|
||||
[Homepage](https://github.com/tinygrad/tinygrad) | [Documentation](/docs) | [Examples](/examples) | [Showcase](/docs/showcase.md) | [Discord](https://discord.gg/ZjZadyC7PK)
|
||||
|
||||
</h3>
|
||||
|
||||
[](https://github.com/geohot/tinygrad/stargazers)
|
||||
[](https://github.com/geohot/tinygrad/actions/workflows/test.yml)
|
||||
[](https://github.com/tinygrad/tinygrad/stargazers)
|
||||
[](https://github.com/tinygrad/tinygrad/actions/workflows/test.yml)
|
||||
[](https://discord.gg/ZjZadyC7PK)
|
||||
[](https://github.com/geohot/tinygrad)
|
||||
[](https://github.com/tinygrad/tinygrad)
|
||||
|
||||
</div>
|
||||
|
||||
@@ -98,7 +98,7 @@ The current recommended way to install tinygrad is from source.
|
||||
### From source
|
||||
|
||||
```sh
|
||||
git clone https://github.com/geohot/tinygrad.git
|
||||
git clone https://github.com/tinygrad/tinygrad.git
|
||||
cd tinygrad
|
||||
python3 -m pip install -e .
|
||||
```
|
||||
@@ -139,9 +139,9 @@ print(y.grad.numpy()) # dz/dy
|
||||
|
||||
There has been a lot of interest in tinygrad lately. Here are some basic guidelines for contributing:
|
||||
|
||||
- Bug fixes are the best and always welcome! Like [this one](https://github.com/geohot/tinygrad/pull/421/files).
|
||||
- Bug fixes are the best and always welcome! Like [this one](https://github.com/tinygrad/tinygrad/pull/421/files).
|
||||
- If you don't understand the code you are changing, don't change it!
|
||||
- All code golf PRs will be closed, but [conceptual cleanups](https://github.com/geohot/tinygrad/pull/372/files) are great.
|
||||
- All code golf PRs will be closed, but [conceptual cleanups](https://github.com/tinygrad/tinygrad/pull/372/files) are great.
|
||||
- Features are welcome. Though if you are adding a feature, you need to include tests.
|
||||
- Improving test coverage is great, with reliable non-brittle tests.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user