Initial
This commit is contained in:
4
bert/call.exs
Normal file
4
bert/call.exs
Normal file
@@ -0,0 +1,4 @@
|
||||
#elixir --sname node1 -S mix run --no-halt
|
||||
#iex --sname node2
|
||||
Node.connect(:"node1@kittykat")
|
||||
GenServer.call({BertEmbedding, :"node1@kittykat"}, {:embed, "I'm going to embed this text"})
|
||||
Reference in New Issue
Block a user