nchapman / pulsar

Mozilla Public License 2.0
1 stars 1 forks source link

Add verify hash param to download command #178

Closed ospfranco closed 1 week ago

ospfranco commented 1 week ago

@demetrxx take a look at the updated comments in the doc. You can now directly request for file hash verification after download is finished. No event is emitted for now. Let me know if you have questions.

Also this will probably only work with hugging face, as they put the file sha in the ETAG header, which might not be true for all services, so be careful if using somewhere else.