Skip to content

Commit

Permalink
ci: reduce machine type to more available options
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Jun 11, 2024
1 parent 7bccecd commit c70f859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/machines.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def ci(cls, template_id: str):
return cls(id=machines['items'][0]['id'], inner=client)
response = client.post('/machines', json=dict(
name=f'openllm-ci-{datetime.datetime.now().timestamp()}',
machineType='A100-80G', templateId=template_id,
machineType='A4000', templateId=template_id,
networkId=os.getenv("PAPERSPACE_NETWORK_ID"),
diskSize=500, region='ny2', publicIpType="dynamic", startOnCreate=True,
))
Expand Down

0 comments on commit c70f859

Please sign in to comment.