Skip to content

Commit

Permalink
Python 3.10 support (#1313)
Browse files Browse the repository at this point in the history
* Python 3.10 support

In this issue Python 3.10 support was added #1122

* update wording on torch and python

---------

Co-authored-by: Quentin Anthony <[email protected]>
  • Loading branch information
markNZed and Quentin-Anthony authored Nov 13, 2024
1 parent fc74a0c commit 46afedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Prior to 3/9/2023, GPT-NeoX relied on [DeeperSpeed](https://github.com/EleutherA

### Host Setup

First make sure you are in an environment with Python 3.8 with an appropriate version of PyTorch 1.8 or later installed. **Note:** Some of the libraries that GPT-NeoX depends on have not been updated to be compatible with Python 3.10+. Python 3.9 appears to work, but this codebase has been developed and tested for Python 3.8.
This codebase has primarily developed and tested for Python 3.8-3.10, and PyTorch 1.8-2.0. This is not a strict requirement, and other versions and combinations of libraries may work.

To install the remaining basic dependencies, run:

Expand Down

0 comments on commit 46afedf

Please sign in to comment.