You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing two errors when running the synthetic data generation pipeline using the ilab command. I'd appreciate help resolving these issues.
Error 1: AssertionError
When running the command ilab data generate --model /home/ubuntu/.cache/instructlab/models/merlinite-7b-lab-Q4_K_M.gg
I get an AssertionError with the message assert len(body.prompt)<=1. This error occurs in the same window as the ilab model serve output.
Error 2: Timeout Error
If I choose to ignore the assertion error, I encounter a timeout error when generating data:
Command : Run ilab data generate --model /home/ubuntu/.cache/instructlab/models/merlinite-7b-lab-Q4_K_M.gg
failed to generate data with exception: PipelineBlockError(<class 'instructlab.sdg.llmblock.LLMBlock'>/gen_spellcheck): Request timed out.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm experiencing two errors when running the synthetic data generation pipeline using the ilab command. I'd appreciate help resolving these issues.
Error 1: AssertionError
When running the command
ilab data generate --model /home/ubuntu/.cache/instructlab/models/merlinite-7b-lab-Q4_K_M.gg
I get an AssertionError with the message
assert len(body.prompt)<=1
. This error occurs in the same window as the ilab model serve
output.Error 2: Timeout Error
If I choose to ignore the assertion error, I encounter a timeout error when generating data:
Command :
Run ilab data generate --model /home/ubuntu/.cache/instructlab/models/merlinite-7b-lab-Q4_K_M.gg
failed to generate data with exception: PipelineBlockError(<class 'instructlab.sdg.llmblock.LLMBlock'>/gen_spellcheck): Request timed out.
Beta Was this translation helpful? Give feedback.
All reactions