You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-10Lines changed: 31 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ If you want to contribute this project, please see the documents.
21
21
22
22
If you want to see example of the usage of `ml-cellar` as minimum MLOps, please see [ml-cellar-example](https://github.com/scepter914/ml-cellar-example) as reference.
23
23
24
-
### Install
24
+
### 1. Install
25
25
26
26
- Install Rust
27
27
- See [the official document](https://doc.rust-lang.org/cargo/getting-started/installation.html).
@@ -44,15 +44,20 @@ cargo install lfs-dal
44
44
cargo install ml-cellar
45
45
```
46
46
47
-
- If you build on local device, run below command.
0 commit comments