From 3da43c4b94c10e2ac182c4366c8faff2dbd931c3 Mon Sep 17 00:00:00 2001 From: Neo Zhang Jianyu Date: Thu, 14 Mar 2024 09:57:11 +0800 Subject: [PATCH] fix grammar issue Co-authored-by: AidanBeltonS <87009434+AidanBeltonS@users.noreply.github.com> --- ggml-sycl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml-sycl.cpp b/ggml-sycl.cpp index 2e22e1657..b442947b6 100644 --- a/ggml-sycl.cpp +++ b/ggml-sycl.cpp @@ -3483,7 +3483,7 @@ class sycl_gpu_mgr { } /* - Use the assigned GPU as only one + Only use the assigned GPU */ sycl_gpu_mgr(int main_gpu_id) { sycl::device device = dpct::dev_mgr::instance().get_device(main_gpu_id);