I want to specify a give huggingface
model version in the requirements.txt
, say just to give a concrete example, this particular commit.
https://huggingface.co/facebook/bart-large-mnli/commit/df7df4d2107d3882675bfd5ad50db1aa8dd7d7be
How do I do that? and as a bonus, how do I do that in pipenv
?