We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737904a commit f571fc3Copy full SHA for f571fc3
pyproject.toml
@@ -29,7 +29,7 @@ dependencies = [
29
"pydantic==1.10.5",
30
"code-tokenize==0.2.0",
31
"openai==1.3.3",
32
- "torch==1.12.0",
+ "torch==1.13.1",
33
"transformers==4.30.0",
34
"tiktoken==0.3.3",
35
"pygtrie==2.5.0"
requirements.txt
@@ -14,4 +14,4 @@ pygtrie==2.5.0
14
openai==1.3.3
15
code-tokenize==0.2.0
16
--extra-index-url https://download.pytorch.org/whl/cu113
17
-torch==1.12.0+cu113
+torch==1.13.1
0 commit comments