Docs fix spelling issues (#2183)

* fix README.md

* fix README.md

* fix mdbook.rs
This commit is contained in:
Elias Rad 2024-08-20 00:06:05 +03:00 committed by GitHub
parent 784f57bee4
commit c29ed43441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -155,7 +155,7 @@ Hardware specific features 🔥
</summary>
<br />
It is no secret that deep learning is mosly relying on matrix multiplication as its core operation,
It is no secret that deep learning is mostly relying on matrix multiplication as its core operation,
since this is how fully-connected neural networks are modeled.
More and more, hardware manufacturers optimize their chips specifically for matrix multiplication

View File

@ -78,7 +78,7 @@ Running benchmarks...
By default `burnbench` uses a compact output with a progress bar which hides the
compilation logs and benchmarks results as they are executed. If a benchmark
failed to run, the `--verbose` flag can be use to investigate the error.
failed to run, the `--verbose` flag can be used to investigate the error.
#### Authentication and benchmarks sharing

View File

@ -8,7 +8,7 @@ use crate::utils::process::handle_child_process;
use super::Params;
/// Run an mdbook command with the passed directory as the current directory
/// Run a mdbook command with the passed directory as the current directory
pub(crate) fn run_mdbook_with_path<P: AsRef<Path>>(
command: &str,
params: Params,