You need to sign in or sign up before continuing.
Commit c3cface8 authored by Deep-unlearning's avatar Deep-unlearning
Browse files

added version constrained for torch and torchaudio to be compatible with flash-attn

parent 446f8ae4
...@@ -12,8 +12,8 @@ license = {text = "MIT"} ...@@ -12,8 +12,8 @@ license = {text = "MIT"}
authors = [{name = "MoonshotAI", email = "contact@moonshot.ai"}] authors = [{name = "MoonshotAI", email = "contact@moonshot.ai"}]
dependencies = [ dependencies = [
"torch", "torch<=2.6.0",
"torchaudio", "torchaudio<=2.6.0",
"flash-attn", "flash-attn",
"soundfile", "soundfile",
"librosa", "librosa",
......
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