-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tinygrad runner #34261
Tinygrad runner #34261
Conversation
8b31f53
to
1fc22e9
Compare
1fc22e9
to
247ddf4
Compare
6b86f03
to
69f2da8
Compare
b03ba62
to
50a8fa4
Compare
d5476af
to
ce1b829
Compare
@@ -1,10 +1,4 @@ | |||
#!/usr/bin/env bash | |||
|
|||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)" | |||
cd "$DIR/../../" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this whole shim should be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's not possible yet because of:
https://github.com/tinygrad/tinygrad/blob/32c995a5daa7b20e5f01571d504a8b8807f866fe/tinygrad/device.py#L25
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I usually like to leave a comment in that case: "TODO: can be removed once <> is resolved"
* needs cleanup * only if tici * bump tinygrad * check width * base modelframe * . * need to be args * more cleanup * no _frame in base * tici only * its DrivingModelFrame * .6 is fair --------- Co-authored-by: Comma Device <[email protected]>
5b9f4ac
to
7637c21
Compare
* squash * dmonitoringmodeld: use cl transform (commaai#34235) * needs cleanup * only if tici * bump tinygrad * check width * base modelframe * . * need to be args * more cleanup * no _frame in base * tici only * its DrivingModelFrame * .6 is fair --------- Co-authored-by: Comma Device <[email protected]> * Update tinygrad * tg upstream * bump tg * bump tg * debug * attr * misc cleanup * whitespace * remove * Add TODOs to make python proc for modelrunners * whitespace --------- Co-authored-by: ZwX1616 <[email protected]> Co-authored-by: Comma Device <[email protected]> Co-authored-by: Maxime Desroches <[email protected]>
* squash * dmonitoringmodeld: use cl transform (commaai#34235) * needs cleanup * only if tici * bump tinygrad * check width * base modelframe * . * need to be args * more cleanup * no _frame in base * tici only * its DrivingModelFrame * .6 is fair --------- Co-authored-by: Comma Device <[email protected]> * Update tinygrad * tg upstream * bump tg * bump tg * debug * attr * misc cleanup * whitespace * remove * Add TODOs to make python proc for modelrunners * whitespace --------- Co-authored-by: ZwX1616 <[email protected]> Co-authored-by: Comma Device <[email protected]> Co-authored-by: Maxime Desroches <[email protected]>
No description provided.