Skip to content

Commit af10a36

Browse files
authored
Update Readme.md (#65)
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent f4768f2 commit af10a36

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ Open, modular framework to build GenAI applications.
3131
pip install alphatrion
3232
```
3333

34+
### Install from Source
35+
36+
* Git clone the repository
37+
* Run `source start.sh` to activate the virtual environment.
38+
* Run `poetry install` to install dependencies.
39+
3440
### Initialize the Environment
3541

3642
Run the following command for setup:

site/docs/roadmap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# RoadMap
22

3-
## 2024 Q3 (September Only)
3+
## 2025 Q4
44

5-
- Finish core modules: Experiment, Model, Checkpoint, Metric
5+
- Finish core modules: Experiment, Model, Checkpoint, Metric, Log
6+
- Add GraphQL API support
67
- Add dashboard for experiment tracking and visualization
78

8-
## 2024 Q4
9+
## 2026 Q1
910

10-
- Experiment logging
1111
- Cost tracking for Experiments
1212
- Playground for quick prototyping
1313
- Prompt management system with versioning

0 commit comments

Comments
 (0)