mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fixing README and run_demo.sh
This commit is contained in:
parent
a2c9a1dac0
commit
e205b2f4e8
2 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ See `arch_config.yaml` for a sample configuration mapping aliases to provider mo
|
|||
|
||||
3. **Start Arch Gateway**
|
||||
```sh
|
||||
archgw up arch_config_with_aliases.yaml
|
||||
run_demo.sh
|
||||
```
|
||||
|
||||
4. **Run the test harness:**
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ start_demo() {
|
|||
archgw up arch_config_with_aliases.yaml
|
||||
|
||||
echo "\n\nArch started successfully."
|
||||
echo "Please run the following command to test the setup: poetry run python bench.py\n"
|
||||
echo "Please run the following command to test the setup: python bench.py\n"
|
||||
}
|
||||
|
||||
# Function to stop the demo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue