fix workflow bug, disable local LLM temporary.

This commit is contained in:
Liu Zhicong
2023-09-19 00:23:19 -07:00
parent 874aa98e21
commit 56d15fd003
6 changed files with 12 additions and 26 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ class AIOS_Shell:
llama_ai_node = LocalLlama_ComputeNode()
await llama_ai_node.start()
ComputeKernel.get_instance().add_compute_node(llama_ai_node)
#ComputeKernel.get_instance().add_compute_node(llama_ai_node)
await ComputeKernel.get_instance().start()