0%

最近autodl的gpu有点难抢,所以写了个脚本,自动抢gpu)
实际上也没什么技术含量,就是模拟点击,然后判断价格是否在指定区间内,如果是就点击购买,否则就跳过
复制代码贴到f12的console里,然后按回车就可以自动抢购了

Read more »

今天在安装某个库的时候报错

1
2
3
4
5
$ pip install -e .
(一些无关紧要的输出)
The detected CUDA version (10.2) mismatches the version that was used to compile
PyTorch (11.7). Please make sure to use the same CUDA versions.
(还是一些无关紧要的输出)

但是我是用conda配置的环境,而且11.7的cudatoolkit和cudatoolkit-dev都已经安装了

Read more »