Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#603 Support 1.13

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/SG-489-torch_1.13
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      README.md
  2. 1
    1
      requirements.txt
@@ -507,7 +507,7 @@ ________________________________________________________________________________
 <summary>General requirements</summary>
 <summary>General requirements</summary>
   
   
 - Python 3.7, 3.8 or 3.9 installed.
 - Python 3.7, 3.8 or 3.9 installed.
-- torch>=1.9.0
+- 1.9.0 <= torch < 1.14 
   - https://pytorch.org/get-started/locally/
   - https://pytorch.org/get-started/locally/
 - The python packages that are specified in requirements.txt;
 - The python packages that are specified in requirements.txt;
 
 
Discard
@@ -1,4 +1,4 @@
-torch>=1.9.0,<=1.12
+torch>=1.9.0,<1.14
 tqdm>=4.57.0
 tqdm>=4.57.0
 boto3>=1.17.15
 boto3>=1.17.15
 jsonschema>=3.2.0
 jsonschema>=3.2.0
Discard