Untitled

 avatar
unknown
plain_text
6 months ago
653 B
2
Indexable
Run teddy.py
Traceback (most recent call last):
  File "/home/pi/Glasses/teddy.py", line 26, in <module>
    response = run_tinyllama(user_input, delay=10)  # Delay in seconds
  File "/home/pi/Glasses/teddy.py", line 8, in run_tinyllama
    stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True
  File "/usr/lib/python3.7/subprocess.py", line 775, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.7/subprocess.py", line 1522, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 8] Exec format error: '/home/pi/local_llm_assistant/teddy.llamafile'
>>> 
Editor is loading...
Leave a Comment