Skip to content
Snippets Groups Projects
Select Git revision
  • 954efd7e0e90d262c2fdf8f09379084124efb4de
  • master default protected
  • skyflynil
  • sdtblck
  • selfattention
  • fp16
  • swarm
  • tpu
8 results

runway.yml

Blame
  • runway.yml 320 B
    version: 0.1
    entrypoint: python runway_model.py
    python: 3.6
    cuda: 10.2
    framework: tensorflow
    spec:
      gpu: True
      cpu: False
    files:
      ignore:
        - checkpoints/*
    build_steps:
      - apt-get update
      - apt-get upgrade -y > /dev/null
      - apt-get install -y cuda-nvcc-10-2 cuda-toolkit-10-2
      - pip install -r requirements.txt