yuzu-ai / japanese-llm-ranking

Apache License 2.0
48 stars 12 forks source link

Maintenance/requirements.txt dependency Issue #11

Closed nahi-ux closed 1 year ago

nahi-ux commented 1 year ago

The current requirements.txt has a dependency issue.

ERROR: Cannot install -r requirements.txt (line 5), -r requirements.txt (line 6) and transformers==4.31.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested transformers==4.31.0
    peft 0.4.0.dev0 depends on transformers
    fschat 0.2.20 depends on transformers<4.29.0 and >=4.28.0

Will update for maintenance.