Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #430 from najielhachem/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
philpax authored Sep 18, 2023
2 parents 18b2a7d + 75c6764 commit 05d5d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ggml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ following 2 ⨯ 2 tensor named `tensor_a0`:
</table>

A simplification of the GGML representation of `tensor_a0` is
`{"tensor_a0", [2, 2, 1, 1], [1.0, 0.0, 0.1, 1.0]}`. Note that the 4-element
`{"tensor_a0", [2, 2, 1, 1], [1.0, 0.0, 0.1, 1.1]}`. Note that the 4-element
list of dimensions uses `1` as a placeholder for unused dimensions - this is
because the product of the dimensions should not equal zero.

Expand Down

0 comments on commit 05d5d85

Please sign in to comment.