From b517d178fd37fd0d5ad26d41714f9d326f6c6473 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 29 Oct 2023 00:57:13 +0000 Subject: [PATCH] Delete configuration.json --- configuration.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 configuration.json diff --git a/configuration.json b/configuration.json deleted file mode 100644 index 3e6fada..0000000 --- a/configuration.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "framework": "pytorch", - "task": "text-generation", - "model": { - "type": "Atom-13B" - }, - "pipeline": { - "type": "Atom-7B-pipe" - }, - "allow_remote": true -}