Leo
Leo
同问,量化版本的我已经运行起来了,但提问后就会报这个错误  我买的是GPU云服务 
> 根据昨天的更新 https://github.com/openai/triton/pull/1505/files python/triton/language/semantic.py中提到算力小于70的显卡都不支持Float8 and Float16 > > ''' if torch.version.hip is None: device = triton.runtime.jit.get_current_device() capability = triton.runtime.jit.get_device_capability(device) capability = capability[0] * 10 + capability[1] if capability < 70:...
Hi @StellaAthena! Is it because I enabled both parallel mode and Zero Stage 3 at the same time that caused this error?