From 0f356d1c7ccbdd9f93be23908e3d9d5fff303c45 Mon Sep 17 00:00:00 2001 From: Ryoichi Ando Date: Fri, 20 Dec 2024 07:50:28 +0900 Subject: [PATCH] readme minor change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dd5dff..34d4965 100644 --- a/README.md +++ b/README.md @@ -347,7 +347,7 @@ docker rm $MY_CONTAINER_NAME ## 📡 Deploying on Cloud Services Our contact solver is designed for heavy use in cloud services ☁️, which supports on-demand flexible scalability 🔄 and reduces hardware investigation costs 💰. -This has been challenging because the computational performance of CPUs designed for data centers 🖥️ is far behind that of consumer-targeted CPUs 🏠. +This has been challenging because the computational performance of CPUs/GPUs designed for data centers 🖥️ is far behind that of those targeted for consumer use 🏠. With our scalable contact solver framework 🧩 and purely web-based frontends 🌐, this limitation is reduced. Our solver also runs on an NVIDIA L4 🖱️, a data-center designed GPU that offers reasonable pricing 💲, delivering both satisfactory performance 💪 and practical scalability 📈.