diff --git a/configuration.json b/configuration.json new file mode 100644 index 0000000..3e6fada --- /dev/null +++ b/configuration.json @@ -0,0 +1,11 @@ +{ + "framework": "pytorch", + "task": "text-generation", + "model": { + "type": "Atom-13B" + }, + "pipeline": { + "type": "Atom-7B-pipe" + }, + "allow_remote": true +}