Permalink for repositories

Given a dataset or model repository, is it possible to get a permalink to that exact git commit? We would like to be able to download and checksum a model, but also reserve the right to publish an updated model with new and improved weights or rename an existing model. We don’t want to break older releases that expect the older model checksum or URL. GitHub has this feature but I haven’t yet found this feature in HF.

It looks like you can grab the commit hash and replace main in the URL with this commit hash. So that answers my question, although I would still recommend adding a button for this feature like GitHub has.