From 32ce996dcdc10bf4e5bf8b1cb4fb391e032f9407 Mon Sep 17 00:00:00 2001
From: plor4hs9e <2432543846@qq.com>
Date: Sun, 28 Apr 2024 20:41:26 +0800
Subject: [PATCH] ADD file via upload

---
 readme.txt | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 readme.txt

diff --git a/readme.txt b/readme.txt
new file mode 100644
index 0000000..25b0ab1
--- /dev/null
+++ b/readme.txt
@@ -0,0 +1,18 @@
+2200320144张汉
+
+#一、启动server
+conda activate pytorch_GPU
+python server.py
+
+#二、启动client
+#client_0
+conda activate pytorch_GPU
+python client0.py --partition-id 0
+
+#client_1
+conda activate pytorch_GPU
+python client1.py --partition-id 1
+
+#使用模型
+python use.py
+