mct2611
mct2611
```python import tempfile import torch from torchvision.models import resnet18, alexnet from torchvision.datasets import FashionMNIST from torchvision.transforms import ToTensor, Normalize, Compose from torch.utils.data import DataLoader from torch.optim import Adam from torch.nn...
@mattip hi, mattip. Thank you for your comments. "On one host, the code can keep going on, while on multi node, it will stuck." means, if i use only one...
@mattip Hi mattip, the windows computer A and windows computer B are on the same LAN. For example, the A's ip is 192.168.1.2, the B's ip is 192.168.1.3. I set...
OK, thanks mattip, i'll look into it. If you know how to apply it to ray later, please contact me thanks.
degrade the gcc 11 version to gcc 10 and try again.
@AlexCheema Hi, AlexCheema, i run with DEBUG=2 and here is the output, which seems two errors occurred: Trying AutoTokenizer for llama3-8b-sfr Traceback (most recent call last): File "/Projects/venv/lib/python3.12/site-packages/huggingface_hub/utils/_errors.py", line 304,...
And i have tried to run the exo on Android phones with the termux, the same issue occurred: ] loaded weights in 122.44 ms, 0.03 GB loaded at 0.27 GB/s...
Hi AlexCheema @AlexCheema thank you for your comments, i have installed the clang and run the exe again, then the compile issue occurred: loaded weights in 2063.49 ms, 0.03 GB...
same issue. I try to run it with CPU only, but returned 0 TFLOPS.
Hi @fangxuezheng ,i had the same problem and have u solved it?