We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b24b1 commit 9474babCopy full SHA for 9474bab
ggml-cuda.cu
@@ -8,6 +8,7 @@
8
#include <limits>
9
#include <stdint.h>
10
#include <stdio.h>
11
+#include <unistd.h>
12
#include <vector>
13
14
@@ -7844,6 +7845,9 @@ static void ggml_cuda_set_peer_access(const int n_tokens) {
7844
7845
}
7846
7847
7848
+
7849
+ usleep(100000); // 0.1 s
7850
7851
#endif // NDEBUG
7852
7853
peer_access_enabled = enable_peer_access;
0 commit comments