Logo
Gcore Cloud: Getting Started with IPUs
latest
  • 1. Quick start
  • 2. Prerequisites
    • 2.1. Linux and Python commands
  • 3. Access Gcore and create an IPU cluster
    • 3.1. Create a project
    • 3.2. vIPU quota request
    • 3.3. Create an AI cluster
    • 3.4. Select region
    • 3.5. Select image
    • 3.6. Select flavor
    • 3.7. Network settings
    • 3.8. Set up an SSH Key
    • 3.9. Set the cluster name
    • 3.10. Connect to the cluster
    • 3.11. Create localdata RAID array (optional)
    • 3.12. Using console access
  • 4. Setup
    • 4.1. Working with a Python virtual environment
    • 4.2. Running an application
  • 5. About the system
    • 5.1. vPods
    • 5.2. Access
    • 5.3. Installed software
    • 5.4. Using your own data
    • 5.5. Using synthetic data
  • 6. Next steps
    • 6.1. Documentation
    • 6.2. Running applications in Docker
    • 6.3. Tutorials, examples and applications
    • 6.4. Other support
  • 7. Trademarks & copyright

Appendixes

  • A. Install examples and tutorials for older Poplar SDK versions
    • A.1. Clone the Graphcore tutorials
    • A.2. Clone the Graphcore examples
Gcore Cloud: Getting Started with IPUs

Search help

Note: Searching from the top-level index page will search all documents. Searching from a specific document will search only that document.

  • Find an exact phrase: Wrap your search phrase in "" (double quotes) to only get results where the phrase is exactly matched. For example "PyTorch for the IPU" or "replicated tensor sharding"
  • Prefix query: Add an * (asterisk) at the end of any word to indicate a prefix query. This will return results containing all words with the specific prefix. For example tensor*
  • Fuzzy search: Use ~N (tilde followed by a number) at the end of any word for a fuzzy search. This will return results that are similar to the search word. N specifies the “edit distance” (fuzziness) of the match. For example Polibs~1
  • Words close to each other: ~N (tilde followed by a number) after a phrase (in quotes) returns results where the words are close to each other. N is the maximum number of positions allowed between matching words. For example "ipu version"~2
  • Logical operators. You can use the following logical operators in a search:
    • + signifies AND operation
    • | signifies OR operation
    • - negates a single word or phrase (returns results without that word or phrase)
    • () controls operator precedence

Gcore Cloud: Getting Started with IPUs

Gcore Cloud now offers access to Graphcore IPUs. This guide describes the system and how you can get started using IPUs on Gcore Cloud.

  • 1. Quick start
  • 2. Prerequisites
  • 3. Access Gcore and create an IPU cluster
  • 4. Setup
  • 5. About the system
  • 6. Next steps
  • 7. Trademarks & copyright

Appendixes

  • A. Install examples and tutorials for older Poplar SDK versions
    • A.1. Clone the Graphcore tutorials
    • A.2. Clone the Graphcore examples
Next

Revision b29761a7.