"container/run.sh" did not exist on "df90e29eba6aaf62f8fa67b8e9092d8a81c25856"
  1. 11 Mar, 2025 2 commits
    • Graham King's avatar
      fix(pystr): Output python errors (#99) · 9c7b1ead
      Graham King authored
      If the python file raises an exception we print it like Python would.
      
      ```
      $ ./target/debug/dynamo-run in=http out=pystr:~/Temp/cn47/1_e.py --model-name test
      
      Traceback (most recent call last):
        File "/home/graham/Temp/cn47/1_e.py", line 17, in generate
          raise MyException("The message")
      1_e.MyException: The message
      ```
      9c7b1ead
    • Graham King's avatar
      feat(dynamo-run): Upgrade mistral.rs (#97) · d99b188d
      Graham King authored
      - Latest from repo, many improvements
      - Support most of the OpenAI request features (temperature, top_p, etc)
      - Download models from Hugging Face if necessary
      d99b188d
  2. 10 Mar, 2025 3 commits
  3. 09 Mar, 2025 1 commit
  4. 08 Mar, 2025 1 commit