Skip to content

Commit

Permalink
Fix numpy upgrade to 2.0.0 BUFSIZE import error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yejing-Lai committed Jun 18, 2024
1 parent b33873d commit f38250e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepspeed/autotuning/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import copy

from numpy import BUFSIZE
from numpy._core.umath import BUFSIZE
import json
import subprocess
import sys
Expand Down

0 comments on commit f38250e

Please sign in to comment.