mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Updated PyTorch OSS benchmark infra (markdown)
@ -275,7 +275,7 @@ params = {
|
|||||||
api_url = "https://queries.clickhouse.cloud/run/84649f4e-52c4-4cf9-bd6e-0a105ea145c8"
|
api_url = "https://queries.clickhouse.cloud/run/84649f4e-52c4-4cf9-bd6e-0a105ea145c8"
|
||||||
|
|
||||||
r = requests.get(api_url, params=params, auth=(username, password))
|
r = requests.get(api_url, params=params, auth=(username, password))
|
||||||
with ("benchmark_results.txt", "w") as f:
|
with open("benchmark_results.txt", "w") as f:
|
||||||
print(r.text, file=f)
|
print(r.text, file=f)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user