pytorch version 1.10 has been released and this causes the version check to erroneously fail. This fixes that comparison. >>> [1, 10, 0] < [1, 7, 1] False >>> ["1", "10", "0"] < ["1", "7", "1"] True |
||
---|---|---|
.. | ||
__init__.py | ||
bpe_simple_vocab_16e6.txt.gz | ||
clip.py | ||
model.py | ||
simple_tokenizer.py |