Leo

Results 3 comments of Leo

同问,量化版本的我已经运行起来了,但提问后就会报这个错误 ![image](https://user-images.githubusercontent.com/34055613/234462929-d340fc0e-1ccc-4624-b734-53c127fd8d0b.png) 我买的是GPU云服务 ![image](https://user-images.githubusercontent.com/34055613/234463136-33492077-7918-413b-9cd0-7c5300de97df.png)

> 根据昨天的更新 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?