Arcitec 05a8ae45e5 fix: Don't load DeepSpeed if use_deepspeed is False
- A recent change made DeepSpeed optional (off by default), but the code was still trying to load DeepSpeed even when `use_deepspeed = False`. This means users would still have a big startup slowdown and a lot of error messages if their DeepSpeed module isn't working (usually because it's not able to compile itself on their machines).

- We now only load DeepSpeed if the user requested it.

- Translated the DeepSpeed error message to English, since all other errors in the same function were already English.
2025-09-09 18:20:28 +02:00
..
2025-09-08 17:36:39 +08:00
2025-09-08 17:36:39 +08:00
2025-03-25 12:52:52 +08:00
2025-03-25 14:03:29 -04:00
2025-09-09 20:31:50 +08:00