Xiangrui Liu

Results 7 comments of Xiangrui Liu
trafficstars

@sgugger Thank you for replying. So I am facing this problem during model testing, the `do_predict` part. I still need the feature information from the dataset before the Trainer is...

Thank you @abravalheri I just ranthem in cmd I also try them in an Anaconda env. It suggests the same thing ` \Microsoft was unexpected at this time.`

1. I do have C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat I also wish to mention that I have C:\Program Files (x86)\Microsoft Visual Studio\2019 but I kind of installed all the buildtools...

1. Now I have uninstalled 2019 and 2022 using the visual studio installer. Then I installed the 2022 community with a checklist below. I opened cmd as administrator. However, the...

That getting weird, It appears that my PATH environment variable is well configured. There is not any quotation marks. ``` C:\Users\FunkYou>echo %PATH% E:\Cuda\bin;E:\Cuda\libnvvp;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;E:\软件\Bandizip\;C:\Program Files\NVIDIA Corporation\Nsight Compute 2022.2.0\;C:\Program...

@FlyHighest I reinstalled it and followed each of the steps and the error occurred at the following step: ``` # install apex # set enable_layernorm_kernel=False in config to disable apex...