Open1

PythonでLLMを扱った際の備忘録

yomiyomi

Pythonのバージョンに対応するパッケージの検索はPyplを利用する。
pytorchやtransformerのバージョンが対応しない場合以下のようなエラーが出る。

ERROR: Could not find a version that satisfies the requirement torch==1.4.0 (from versions: 1.8.0, 1.8.1, 1.9.0, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.4.1)
ERROR: No matching distribution found for torch==1.4.0

https://pypi.org/