Skip to content

Commit

Permalink
typo fixes (#4118)
Browse files Browse the repository at this point in the history
  • Loading branch information
futreall authored Dec 16, 2024
1 parent d3fe8f8 commit 0071943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Creating a "queue=cuda" agent follows the same process but additionally:
1. Run `az vm deallocate --resource-group ci --name XYZ`
1. Run `az vm generalize --resource-group ci --name XYZ`
1. Run `az image create --resource-group ci --source XYZ --name boilerplate`
1. Goto the `ci` resource group in the Azure portal and remove all resources
1. Go to the `ci` resource group in the Azure portal and remove all resources
with the XYZ name in them

## Buildkite AWS CloudFormation Setup
Expand Down
2 changes: 1 addition & 1 deletion net/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ You will want to have a script like this pretty much immediately to avoid making
./gce.sh create -n4 -c2 --custom-machine-type "--machine-type n1-standard-16" --client-machine-type "--machine-type n1-standard-4"
# Patch metrics config from env into config file
./init-metrics.sh -e
# Enable metrics and stat the network (this will also build software)
# Enable metrics and start the network (this will also build software)
RUST_LOG=info ./net.sh start -c bench-tps=2="--tx_count 25000"
```

Expand Down

0 comments on commit 0071943

Please sign in to comment.