generated from OBJNULL/Dockerized-Rust
Compare commits
2 commits
4eaef537f0
...
be12de2c94
Author | SHA1 | Date | |
---|---|---|---|
be12de2c94 | |||
e24f6ff7dc |
2 changed files with 7 additions and 4 deletions
10
README.md
10
README.md
|
@ -1,7 +1,9 @@
|
||||||
<h1 align="center">Dockerized-Rust</h1>
|
<h1 align="center">Dockerized-Rust-ML</h1>
|
||||||
<p align="center">A Template for Rust Projects</p>
|
<p align="center">A Template for Rust ML Projects</p>
|
||||||
|
|
||||||
## About this Template
|
## About this Template
|
||||||
This template should be used when developing **Rust** apps. It's designed to be *lightweight* and *Fast*. I would recommend using this **with** my **Rust-LS** container as it makes Rust Development so much more fun and streamlined
|
This template should be used when developing **Rust** apps. It's designed to be *lightweight* and *Fast*. This project is built on top of my **Dockerized-Rust** template that more fits towards *Machine Learning*. This project is still in early infancy so be prepared for bugs and issues
|
||||||
|
|
||||||
Just adopt this into your project and it should take care of itself!
|
I would recommend using this **with** my **Rust-LS** container as it makes Rust Development so much more fun and streamlined
|
||||||
|
|
||||||
|
Just adopt this into your project and it should take care of itself!
|
||||||
|
|
|
@ -4,3 +4,4 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
burn = { version = "0.16.0", features = ["webgpu", "train", "vision"] }
|
||||||
|
|
Loading…
Reference in a new issue