Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TilliFe committed Jul 18, 2024
1 parent 55edd5e commit 6b68094
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@

<div align="center">

[Website] | [Docs] | [Getting Started] | [Our Mission]
[Website] | [Docs] | [Getting Started]

[Website]: https://endia.org
[Docs]: https://endia.org
[Getting Started]: #getting-started
[Our Mission]: #our-mission
[Website]: https://endia.vercel.app/
[Docs]: https://endia.vercel.app/docs/array
[Getting Started]: https://endia.vercel.app/docs/get_started

</div>

## Installation

1. **Install [Mojo and MAX](https://docs.modular.com/max/install)** 🔥 (v24.4)
1. **Install [Mojo and MAX](https://docs.modular.com/max/install)** 🔥 (v24.4.0)

2. **Clone the repository**:

Expand All @@ -42,7 +41,7 @@

Required dependencies: `torch`, `numpy`, `graphviz`. These will be installed automatically by the setup script.

## Getting Started
## A tiny example

In this guide, we'll demonstrate how to compute the **value**, **gradient**, and the **Hessian** (i.e. the second-order derivative) of a simple function. First by using Endia's Pytorch-like API and then by using a more Jax-like functional API. In both examples, we initially define a function **foo** that takes an array and returns the sum of the squares of its elements.

Expand Down

0 comments on commit 6b68094

Please sign in to comment.