InftyAI / Llmaz

⚒ A building block for users to build/serve their own LLM from A to Z on Kubernetes.
https://InftyAI.com
Apache License 2.0
3 stars 4 forks source link

Make `Pre-load Button` immutable after clicked #6

Closed kerthcet closed 7 months ago

kerthcet commented 7 months ago

After the Pre-load Model clicked, the button should change the value to Loading Model, after loading successfully, change to button to Model Loaded or Loading Model failed.

kerthcet commented 7 months ago

This is resolved by https://github.com/InftyAI/Llmaz/pull/11. We can close now.