Skip to content

Commit

Permalink
more crap
Browse files Browse the repository at this point in the history
  • Loading branch information
rickfast committed Oct 24, 2023
1 parent 86d5a4e commit c89cf14
Show file tree
Hide file tree
Showing 20 changed files with 188 additions and 93 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
FROM --platform=linux/amd64 mcr.microsoft.com/devcontainers/rust:1-1-bullseye
RUN apt-get update && apt-get install -y python3
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
.DS_Store
.DS_Store
.idea
8 changes: 4 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'ferrix'",
"name": "Debug executable 'ferrix-cli'",
"cargo": {
"args": [
"build",
"--bin=ferrix",
"--package=ferrix"
"--bin=ferrix-cli",
"--package=ferrix-cli"
],
"filter": {
"name": "ferrix",
"name": "ferrix-cli",
"kind": "bin"
}
},
Expand Down
172 changes: 135 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions examples/pytorch-resnet/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PyTorch Resnet Example

This doesn't work yet

To run:

```
Expand Down
Loading

0 comments on commit c89cf14

Please sign in to comment.