Consolidate mocked app and simulator into one unified mock app for development #456
Labels
area/heterogeneous
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
kind/feature
Categorizes issue or PR as related to a new feature.
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
🚀 Feature Description and Motivation
We previously built a CPU-mocked app to facilitate fast prototyping and local development. This approach was convenient as it eliminated the need for GPU resources and simulated OpenAI-like interfaces and metrics effectively.
Recently, PR #430 introduced a separate app for simulation purposes. While it adds value, having separate apps for similar functionalities increases complexity and maintenance overhead.
Use Case
We need to build an unified app, merge all features together for fast prototyping.
Proposed Solution
No response
The text was updated successfully, but these errors were encountered: