Bear-Beer

Results 3 comments of Bear-Beer

Thank you for your help @briansp2020 I am a newbie for ROCm and Pytorch, I was wondering if there are some other approaches to do the verification about HIP? The...

Yes. rocminfo and rocm-smi are all work for me. ``` [root@6700xt ~]# rocminfo ROCk module is loaded ===================== HSA System Attributes ===================== Runtime Version: 1.1 System Timestamp Freq.: 1000.000000MHz Sig....

I found that the below codes works on my env: ``` from transformers import * pipe = pipeline("translation", model="/home/AiModels/Helsinki-NLP/opus-mt-en-zh/") pipe("I am Bear, Bear likes Beer") ``` But The codes failed...