From 654ef80c5da33bd8bb22cf5ba074fdb4edc077a5 Mon Sep 17 00:00:00 2001 From: Jimmy MA <9068135+tpppppub@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:17:29 +0800 Subject: [PATCH] Update 3pc.json (#442) # Pull Request ## What problem does this PR solve? Issue Number: Fixed #441 ## Possible side effects? - Performance: - Backward compatibility: --- examples/python/ml/flax_llama7b/3pc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/python/ml/flax_llama7b/3pc.json b/examples/python/ml/flax_llama7b/3pc.json index 20ab0c91..31b4af76 100644 --- a/examples/python/ml/flax_llama7b/3pc.json +++ b/examples/python/ml/flax_llama7b/3pc.json @@ -18,8 +18,8 @@ ], "spu_internal_addrs": [ "127.0.0.1:61930", - "127.0.0.1:61930", - "127.0.0.1:61930" + "127.0.0.1:61931", + "127.0.0.1:61932" ], "runtime_config": { "protocol": "ABY3", @@ -44,4 +44,4 @@ } } } -} \ No newline at end of file +}