Commit 890181e1 authored by Kohaku-Blueleaf's avatar Kohaku-Blueleaf

Update the xformers/torch versions

parent 598da5cd
...@@ -93,8 +93,8 @@ def check_versions(): ...@@ -93,8 +93,8 @@ def check_versions():
import torch import torch
import gradio import gradio
expected_torch_version = "2.0.0" expected_torch_version = "2.1.0"
expected_xformers_version = "0.0.20" expected_xformers_version = "0.0.22.post7"
expected_gradio_version = "3.41.2" expected_gradio_version = "3.41.2"
if version.parse(torch.__version__) < version.parse(expected_torch_version): if version.parse(torch.__version__) < version.parse(expected_torch_version):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment