Skip to content

Commit

Permalink
Fix grammatical error Update ml.md (#166)
Browse files Browse the repository at this point in the history
Fix grammatical error in Wasm VM description
  • Loading branch information
0xsimka authored Dec 20, 2024
1 parent 5f05523 commit 21b471e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/developers/experimental/ml.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tokenizers = { git = "https://github.com/christos-h/tokenizers", default-feature
### Providing Randomness

ML frameworks use random numbers to perform inference. Linera services run in a
Wasm VM which do not have access to the OS Rng. For this reason, we need to
Wasm VM which does not have access to the OS Rng. For this reason, we need to
manually seed RNG used by `candle`. We do this by writing a custom `getrandom`.

Create a file under `src/random.rs` and add the following:
Expand Down

0 comments on commit 21b471e

Please sign in to comment.