paomian001

Results 9 comments of paomian001

> > ModuleNotFoundError: No module named 'sat'指的是没有安装 SwissArmyTransformer ``pip install -i https://mirrors.aliyun.com/pypi/simple/ --no-deps "SwissArmyTransformer> =0.3.6" 安装即可! > > 好的多谢 您好,我按照您的命令安装好了sat,但是运行的时候 依然出现最 from sat.data_utils import make_loaders ModuleNotFoundError: No module named 'sat'...

> Hello, please refer to the installation command to install the model first, and testing datasets can be downloaded [here](https://drive.google.com/drive/folders/1gt5eT293esqY0yr1Anbm36EdnxWW_5oH?usp=sharing) Thank you so much! I will try it!

> 请安装github最新版sat > > ``` > git clone https://github.com/THUDM/SwissArmyTransformer > cd SwissArmyTransformer > pip install -e . > ``` 请问我下载更新的时候出现了这种错误,您知道如何解决吗? pip install -e . Obtaining file:///home/root1/PycharmProjects/Inf-DiT-main/SwissArmyTransformer-main Preparing metadata (setup.py) ......

> 如果不用于训练的话可以这样试试: > > ``` > pip install . --no-deps > ``` > > 否则就需要安装正确的cuda版本 好的 谢谢,但是这个对应的cuda版本和python版本如何查看呢

> ```python > import torch > print(torch.version.cuda) > ``` 谢谢你 我尝试一下

> hi, could you pls elaborate why or when in past this import worked? Maybe the POCH_OUTPUT variable was included in the previous types file?

> hi, could you pls elaborate why or when in past this import worked? pytorch_lighting is still broken for Torch 2.7 and CUDA 12.8 - we need it for RTX...

> Upvoting this We really need support for torch 2.8 and cuda 12.8 May I ask if you have resolved the issue of pytorch_lightning adapting to 50 series GTX?