Skip to content

Commit 4a00cdb

Browse files
committed
fix readme
1 parent 11f5f3e commit 4a00cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TorchSharp.PyBridge is an extension library for [TorchSharp](https://github.com/
1010

1111
> This only works for when the `state_dict` was saved and not the whole model, see example below.
1212
13-
- **save_py Method**: SExtension method for modules and optimizers for easily saving TorchSharp models in a format that can be directly loaded in PyTorch (using `torch.load`), offering cross-platform model compatibility.
13+
- **save_py**: Extension method for modules and optimizers for easily saving TorchSharp models in a format that can be directly loaded in PyTorch (using `torch.load`), offering cross-platform model compatibility.
1414

1515
- **load_safetensors**, **save_safetensors**: Extension methods for modules for easily saving and loading model weights using the [safetensors](https://github.com/huggingface/safetensors) format.
1616

0 commit comments

Comments
 (0)