CentML / centml-python-client

Apache License 2.0
1 stars 0 forks source link

Generate hash using torch.save instead of hidet #40

Closed destefy closed 6 months ago

destefy commented 6 months ago

torch.save can generate a consistent hash.

I also replace direct pickling of the model with torch.save and torch.load to avoid repeated serialization