Unverified Commit 4093aa46 authored by justdoit's avatar justdoit Committed by GitHub
Browse files

[Fix]eagle2 health_generate is first request,apiserver will core (#2853)

parent e808c1df
......@@ -40,6 +40,7 @@ class EAGLEWorker(TpModelWorker):
)
self.target_worker = target_worker
self.server_args = server_args
self.finish_extend_len = []
# Share the embedding and lm_head
embed, head = self.target_worker.model_runner.model.get_embed_and_head()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment