summaryrefslogtreecommitdiff
path: root/candle-core/src/pickle.rs
Commit message (Expand)AuthorAgeFilesLines
* Add a Context trait similar to anyhow::Context. (#2676)Laurent Mazare2024-12-221-4/+4
* 20241118 docs (#2629)zachcp2024-11-191-1/+1
* Fix float unpickling. (#1730)Laurent Mazare2024-02-181-2/+5
* Support defaultdict in PyTorch checkpoints. (#1696)Laurent Mazare2024-02-121-2/+4
* Pickle support: dig within the _rebuild_parameter calls. (#1681)Laurent Mazare2024-02-081-0/+7
* Add support for loading Fortran contiguous tensors (#1672)Dilshod Tadjibaev2024-02-071-3/+17
* Enhance pickle to retrieve state_dict with a given key (#1671)Dilshod Tadjibaev2024-02-061-6/+48
* Fix: pth files don't load on Windows (#1661)Roma Klapaukh2024-02-061-3/+1
* Handle start-offset when loading a tensor from a pickle file. (#1546)Laurent Mazare2024-01-081-3/+11
* Handle LongStorage in pytorch checkpoints. (#1152)Laurent Mazare2023-10-221-0/+1
* Refactor the pth tensor exctraction. (#1109)Laurent Mazare2023-10-161-44/+48
* Read all the tensors in a PyTorch pth file. (#1106)Laurent Mazare2023-10-161-0/+13
* More pickle support. (#588)Laurent Mazare2023-08-241-3/+39
* Small tweaks to the pickle handling to be able to use libtorch files. (#530)Laurent Mazare2023-08-201-6/+45
* Small tweaks to tensor-tools. (#517)Laurent Mazare2023-08-191-3/+6
* Retrieve tensor data from PyTorch files. (#516)Laurent Mazare2023-08-191-3/+53
* Retrieve more information from PyTorch checkpoints. (#515)Laurent Mazare2023-08-191-17/+58
* Preliminary support for importing PyTorch weights. (#511)Laurent Mazare2023-08-191-0/+556