opendilab/DI-engine

di-engine 0.5.3 requires numpy<2,>=1.18.0

Offen

#869 geöffnet am 11.07.2025

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (437 Forks)github user discovery
envgood first issue

Repository-Metriken

Stars
 (3.639 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

  • I have marked all applicable categories:
    • exception-raising bug
    • code design/refactor
  • I have mentioned version numbers, operating system and environment, where applicable:
    import ding, torch, sys
    print(ding.__version__, torch.__version__, sys.version, sys.platform)
    

Python 3.9.23 (main, Jun 5 2025, 13:40:20) [GCC 11.2.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information.

import ding,torch,sys print(ding.version, torch.version, sys.version, sys.platform) v0.5.3 2.9.0.dev20250710+cu128 3.9.23 (main, Jun 5 2025, 13:40:20) [GCC 11.2.0] linux

I am using NVIDIA 5060TI, the pytorch require numpy>2.0, but the di-engine 0.5.3 requires numpy numpy<2,>=1.18.0

Contributor Guide