From b1fb8209a57122477d04aa253ff57e3819add762 Mon Sep 17 00:00:00 2001 From: Claude Formanek Date: Fri, 1 Mar 2024 15:14:51 +0200 Subject: [PATCH] Clean up. --- manifest.yaml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 manifest.yaml diff --git a/manifest.yaml b/manifest.yaml deleted file mode 100644 index 9322c835..00000000 --- a/manifest.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# yaml-language-server: $schema=https://instadeep.aichor.ai/schema/latest/manifest.schema.json - -kind: AIchorManifest -apiVersion: 0.2.0 - -builder: - image: og-marl - dockerfile: ./Dockerfile - context: . - buildArgs: - USE_CUDA: "true" - -spec: - operator: tf - image: og-marl - command: wandb agent off-the-grid-marl-team/og-marl-baselines/6v8q6h2w - - types: - Worker: - count: 36 - - resources: - # 10-15 cpus for single process - cpus: 6 - # mandatory (must be >= 2): RAM ratio wanted (in GB) - # memory = cpus * ramRatio - ramRatio: 2 - accelerators: - gpu: - count: 0 - # mandatory (if gpus amount is > 0): gpu type wanted - type: gpu - product: Quadro-RTX-4000 # Quadro-RTX-4000 | Tesla-V100-SXM3-32GB