You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/ft/train.py", line 168, in
response = predict(messages, model, tokenizer)
File "/ft/train.py", line 70, in predict
model_inputs = tokenizer([text], return_tensors="pt").to(device)
File "/root/miniconda3/lib/python3.8/site-packages/transformers/tokenization_utils_base.py", line 803, in to
self.data = {k: v.to(device=device) for k, v in self.data.items() if v is not None}
File "/root/miniconda3/lib/python3.8/site-packages/transformers/tokenization_utils_base.py", line 803, in
self.data = {k: v.to(device=device) for k, v in self.data.items() if v is not None}
File "/root/miniconda3/lib/python3.8/site-packages/torch/cuda/init.py", line 314, in _lazy_init
torch._C._cuda_init()
The NVIDIA driver on your system is too old (found version 11060). Please update your GPU driver by downloading and installing a new version from the URL: http://www.nvidia.com/Download/index.aspx Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver.
请问这个是什么原因
![1722539119761](https://private-user-images.githubusercontent.com/33373176/354353118-52e95969-4142-4e04-b278-96154925b132.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzg2MjIsIm5iZiI6MTczOTI3ODMyMiwicGF0aCI6Ii8zMzM3MzE3Ni8zNTQzNTMxMTgtNTJlOTU5NjktNDE0Mi00ZTA0LWIyNzgtOTYxNTQ5MjViMTMyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDEyNTIwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ4YWM5NDNjYzg0NjI2OTNjMWIwNjVjN2YzNzBmZjBkMGU1NDAyNGY4M2YxZDg0M2M2YmI0YTM2NjIyZWIzMWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.P7rE8FHWtebB0AxWcBJZFz5nll9-ibY0QhPRnKVmAaQ)
The text was updated successfully, but these errors were encountered: