https://github.com/alan-turing-institute/gpu-benchmarking

Benchmarking GPUs on Azure

https://github.com/alan-turing-institute/gpu-benchmarking

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.8%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

Benchmarking GPUs on Azure

Basic Info
  • Host: GitHub
  • Owner: alan-turing-institute
  • Language: Shell
  • Default Branch: master
  • Size: 6.84 KB
Statistics
  • Stars: 0
  • Watchers: 23
  • Forks: 1
  • Open Issues: 2
  • Releases: 0
Created over 8 years ago · Last pushed over 8 years ago
Metadata Files
Readme

README.md

gpu-benchmarking

Benchmarking GPUs on Azure

Work in progress - this will eventually contain deployment and setup scripts to enable VMs to be deployed on the cloud and various deep learning benchmarks to be run on them.

How to deploy a new Deep Learning VM

The deployment configuration uses two json files: azureparameters.json azuretemplate.json

In this github repo, there is a template for the former called azureparameters.template.json - you should cp this file to azureparameters.json, and replace the text INSERTSECUREPASSWORD with a secure admin password.

Then, run the following command:

./deploy.sh -i <subscription> -g <resource_group> -n <vm_name> -l <location> -s <vm_size>

Some possible values for some of these might be e.g. "westeurope" for location, and "StandardNC6" for vmsize (there is info about the different sizes at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/sizes-gpu If the deployment fails with an error code "MarketplacePurchaseEligibilityFailed", go to the section below.

Once the VM is built, you can navigate to it through the azure portal: login to https://portal.azure.com then click on "Virtual Machines" on the left. You can filter by subscription at the top of the page. Once you have found and clicked on your new VM, you will go to its dashboard page, and here you can edit its "DNS name" to make it something more memorable.

You can also start the VM running from here, or you can do this from the command line with az vm start --resource-group <resource_group> --name <vm_name>

You can then login to it: ssh -l vm-admin <DNS name> using the admin password from azure_parameters.json

Common problem for a new subscription:

The following error json Deployment failed. Correlation ID: 9a8d161f-8e86-4dab-965e-787266341aec. { "error": { "code": "MarketplacePurchaseEligibilityFailed", "message": "Marketplace purchase eligibilty check returned errors. See inner errors for details. ", "details": [ { "code": "BadRequest", "message": "Offer with PublisherId: microsoft-ads, OfferId: linux-data-science-vm-ubuntu cannot be purchased due to validation errors. See details for more information.[{\"Legal terms have not been accepted for this item on this subscription. To accept legal terms using PowerShell, please use Get-AzureRmMarketplaceTerms and Set-AzureRmMarketplaceTerms API(https://go.microsoft.com/fwlink/?linkid=862451) or deploy via the Azure portal to accept the terms\":\"StoreApi\"}]" } ] } } can be resolved by: * Going to https://portal.azure.com * Click "+ New" * Search for "Data Science Virtual Machine for Linux (Ubuntu)" * At the bottom of the page, there should be a link with the text "Want to deploy programmatically? Get started ->" - click on this. * You will get a list of subscriptions. For the subscription you want to use, set the "Status" to "Enable".

Owner

  • Name: The Alan Turing Institute
  • Login: alan-turing-institute
  • Kind: organization
  • Email: info@turing.ac.uk

The UK's national institute for data science and artificial intelligence.

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels