arbiter-cli 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +8 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -27,7 +27,14 @@ const colors = {
27
27
  }
28
28
 
29
29
  console.log('')
30
- console.log(colors.bold(' Arbiter') + colors.dim(' — AI inference optimization'))
30
+ console.log(colors.green(`
31
+ _ ____ ____ ___ _____ _____ ____
32
+ / \\ | _ \\| __ )_ _|_ _| ____| _ \\
33
+ / _ \\ | |_) | _ \\| | | | | _| | |_) |
34
+ / ___ \\| _ <| |_) | | | | | |___| _ <
35
+ /_/ \\_\\_| \\_\\____/___|_|_| |_____|_| \\_\\
36
+ `))
37
+ console.log(colors.dim(' adaptive ai inference optimization'))
31
38
  console.log('')
32
39
 
33
40
  if (command === 'init') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arbiter-cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Set up Arbiter in any project with one command",
5
5
  "bin": {
6
6
  "arbiter-cli": "./index.js"