"...asr/git@developer.sourcefind.cn:hehl2/torchaudio.git" did not exist on "cd4d66076708522ac8bf3adc8f19aea1d931e714"
Commit eb5601b0 authored by Julien Chaumond's avatar Julien Chaumond
Browse files

[ci] Pin torch version while we update

parent 53f5ef6d
...@@ -67,7 +67,7 @@ extras["mecab"] = ["mecab-python3"] ...@@ -67,7 +67,7 @@ extras["mecab"] = ["mecab-python3"]
extras["sklearn"] = ["scikit-learn"] extras["sklearn"] = ["scikit-learn"]
extras["tf"] = ["tensorflow"] extras["tf"] = ["tensorflow"]
extras["tf-cpu"] = ["tensorflow-cpu"] extras["tf-cpu"] = ["tensorflow-cpu"]
extras["torch"] = ["torch"] extras["torch"] = ["torch==1.4.0"]
extras["serving"] = ["pydantic", "uvicorn", "fastapi", "starlette"] extras["serving"] = ["pydantic", "uvicorn", "fastapi", "starlette"]
extras["all"] = extras["serving"] + ["tensorflow", "torch"] extras["all"] = extras["serving"] + ["tensorflow", "torch"]
......
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