Skip to content

Commit

Permalink
updated /about
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonEricsson committed Jan 2, 2024
1 parent 4023a95 commit 42c8515
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions components/AboutCard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ function AboutCard() {
<p>
these are my favorite, in no particular order
<ul className="list-none ml-4 pt-2">
<li className="before:content-['-'] before:pr-2">ggerganov's <a href="https://github.com/ggerganov/llama.cpp" style={{ color: 'blue' }}>llama.cpp</a></li>
<li className="before:content-['-'] before:pr-2"><a href="https://github.com/ml-explore/mlx" style={{ color: 'blue' }}>mlx</a> is an array framework for apple silicon inspired by numpy, pytorch and jax.</li>
<li className="before:content-['-'] before:pr-2">ggerganov's <a href="https://github.com/ggerganov/llama.cpp" style={{ color: 'blue' }}>llama.cpp</a> (<a href="https://github.com/ggerganov/llama.cpp/pull/4484" style={{ color: 'blue' }}>#4484</a>)</li>
<li className="before:content-['-'] before:pr-2"><a href="https://github.com/ml-explore/mlx" style={{ color: 'blue' }}>mlx</a> is an array framework for apple silicon (<a href="https://github.com/ml-explore/mlx-examples/pull/202" style={{ color: 'blue' }}>#202</a> <a href="https://github.com/ml-explore/mlx-examples/pull/19" style={{ color: 'blue' }}>#19</a>) </li>
<li className="before:content-['-'] before:pr-2"> <a href="https://github.com/srush/Tensor-Puzzles" style={{ color: 'blue' }}>tensor puzzles</a> from sasha rush</li>
<li className="before:content-['-'] before:pr-2"> community driven <a href="https://github.com/ohmyzsh/ohmyzsh" style={{ color: 'blue' }}>ohmyzsh</a></li>
<li className="before:content-['-'] before:pr-2"> <a href="https://github.com/google/jax" style={{ color: 'blue' }}>jax</a>: the lovechild of autograd and xla</li>
</ul>
</ul>
</p>

</div>
Expand Down

0 comments on commit 42c8515

Please sign in to comment.