This commit is contained in:
Johannes Gäßler 2024-01-12 01:28:40 +06:00 committed by GitHub
commit 15bba69bf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@
#include <limits> #include <limits>
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>
#include <unistd.h>
#include <vector> #include <vector>
@ -8510,6 +8511,9 @@ static void ggml_cuda_set_peer_access(const int n_tokens) {
} }
} }
} }
usleep(100000); // 0.1 s
#endif // NDEBUG #endif // NDEBUG
peer_access_enabled = enable_peer_access; peer_access_enabled = enable_peer_access;