Skip to content

Commit fae0796

Browse files
committed
Update README and upload bin folders
1 parent 97f5c2c commit fae0796

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
__pycache__
1010
.ipynb_checkpoints
11-
bin/*
1211
kubeconfig
1312
configmap-simon.yaml
1413

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
1-
## Environment Setup
1+
## 🚧 Environment Setup
22

3-
Please ensure that Go is installed. `go mod vendor` will install the dependencies required for the simulator, and `make` will generate the compiled binary fils in the `bin` directory.
3+
Please ensure that Go is installed.
4+
5+
`go mod vendor` will install the dependencies required for the simulator, and `make` will generate the compiled binary fils in the `bin` directory.
46

57
```bash
68
$ go mod vendor
79
$ make local_build
810
$ make linux_build
911
```
1012

11-
## QuickStart Example
13+
## 🔥 Quick Start
1214

1315
```bash
1416
$ LOGLEVEL=DEBUG bin/simon apply --extended-resources "gpu" -s example/test-scheduler-config.yaml -f example/test-cluster-config.yaml
1517
```
1618

17-
## Acknowledge
19+
## 🔮 Experiments
20+
21+
TBD.
22+
23+
## 🙏🏻 Acknowledge
1824

1925
Our simulator is developed based on [Alibaba's open-simulator](https://github.com/alibaba/open-simulator), a simulator used for cluster capacity planning.
2026
The GPU-related plugin has been incorporated into its main branch.

bin/simon

62 MB
Binary file not shown.

bin/simon_linux

62.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)