-
Notifications
You must be signed in to change notification settings - Fork 978
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
Book 3 (advanced loading + hub) #263
Conversation
c3e8403
to
def0e5a
Compare
- Loading with memmap - Loading a sharded tensor - Moved some snippets to `candle-examples/src/lib.rs` This is because managing book specific dependencies is a pain rust-lang/mdBook#706 - This causes a non aligned inclusion rust-lang/mdBook#1856 which we have to ignore fmt to remove. mdbook might need some more love :)
@@ -1 +1,3 @@ | |||
# Serialization | |||
|
|||
Once you have a r |
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.
Missing some content here?
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.
Possibly. :)
I'll remove that file
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.
Should be good now
Modified so now the push to the book happens only when we merge. |
Purposefully ignoring
VarBuilder
. It's not a good abstraction yet, and is not necessaryin a tutorial IMO. Linking to the actual example currently leads to VarBuilder
but will automatically be fixed. once we fix it.
The current BACKTRACE is also not very readable in external code atm (but it does contain the actual useful information).
candle-examples/src/lib.rs
This is becausemanaging book specific dependencies is a pain Add ability to reference 3rd-party crates rust-lang/mdBook#706
to ignore fmt to remove.