Skip to content
TopicTracker
出典 HackerNews原文を表示
翻訳言語翻訳言語

Codex がダウンしています

OpenAI のステータスページによると、現在 Codex がダウンしている障害が発生しています。この問題は Codex の利用に影響を与えており、OpenAI が対応中です。

関連記事

  • A JAX developer found that array lookups on CPU-hosted data took over a second each, because arrays created with the `default_device` context manager are uncommitted to that device. Using `jax.device_put` to explicitly commit the array to the CPU reduced lookup times from ~1.2s to under 0.0002s, fixing a severe bottleneck in LLM training data loading.