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
read this @SPEC.md and interview me in detail using the AskUserQuestionTool about literally anything: technical implementation, UI & UX, concerns, tradeoffs, etc. but make sure the questions are not obvious
79
+
read this @SPEC.md and interview me in detail
80
+
using the AskUserQuestionTool about literally anything:
81
+
technical implementation, UI & UX, concerns, tradeoffs, etc.
82
+
but make sure the questions are not obvious
76
83
77
-
be very in-depth and continue interviewing me continually until it's complete, then write the spec to the file
84
+
be very in-depth and continue interviewing me continually
85
+
until it's complete, then write the spec to the file.
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
31
33
```
32
34
33
-
!!! bug "WARNING: The repository located at mirrors.aliyun.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host mirrors.aliyun.com'."
34
-
在大多数情况下,这个警告表示 pip 无法验证镜像源的 SSL 证书。可能的原因包括:
35
+
:::warning
36
+
WARNING: The repository located at mirrors.aliyun.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host mirrors.aliyun.com'.
[已解决WARNING: The repository located at mirrors.aliyun.com is not a trusted or secure host异常的正确解决方法,亲测\_the repository located at mirrors, aliyun, com is -CSDN博客](https://blog.csdn.net/FMC_WBL/article/details/136143632)
43
+
[已解决 WARNING: The repository located at mirrors.aliyun.com is not a trusted or secure host 异常的正确解决方法,亲测\_the repository located at mirrors, aliyun, com is -CSDN 博客](https://blog.csdn.net/FMC_WBL/article/details/136143632)
也就是说 CUDA 通过 CPU 任务分发和 GPU 并行处理的方式,把计算任务通过 CPU 分发给 GPU 进行并行计算加速。而 GPU 并行计算的能力需要 CUDA 借助其自带的编程接口和工具,比如 C/C++ 语言来编写并行计算程序,并通过 CUDA 编译器将程序转化为可以在英 NVIDIA GPU 上执行的机器码快速运行。
0 commit comments