テクノロジー
NVIDIA、Blackwell GPUの性能比較データを公開、GPT-MoEではH100の30倍高速、科学シミュレーションでもCPU比で30倍の高速化も
NVIDIAは先日GTC 2024において次世代AI GPUアーキテクチャ「Blackwell」と共に、B200 GPUやGB200 スーパーチップを発表したが、仕様以外ではあまり細かな数字は明らかにされず、性能指標など […]
別名: Mixture of Experts
GPT-MoE (Generative Pretrained Transformer-Mixture of Experts) is a model architecture where only a subset of the model's parameters (the 'experts') are activated for any given input, allowing for massive scale with manageable computational costs.