Skip to content

Commit

Permalink
rename it to create-replicate
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Feb 5, 2024
1 parent f820e87 commit 9cd4338
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# create-replicate-app
# create-replicate

Generate a simple Node.js project structure for running AI models with [Replicate](https://replicate.com).

Expand All @@ -17,23 +17,23 @@ What it does:
Make sure you have [Node.js](https://nodejs.org/) 18 or greater installed, then run:

```console
npm create replicate-app
npm create replicate
```

You can specify an optional name for your project:

```console
npm create replicate-app foo
npm create replicate foo
```

You can also specify which model you want to use as a starting point. The latest version of the model will be used:

```console
npm create replicate-app my-image-interrogator --model=yorickvp/llava-13b
npm create replicate my-image-interrogator --model=yorickvp/llava-13b
```

You can also specify a version of the model you want to use:

```console
npm create replicate-app my-image-interrogator --model=yorickvp/llava-13b:2cfef05a8e8e648f6e92ddb53fa21a81c04ab2c4f1390a6528cc4e331d608df8
npm create replicate my-image-interrogator --model=yorickvp/llava-13b:2cfef05a8e8e648f6e92ddb53fa21a81c04ab2c4f1390a6528cc4e331d608df8
```
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "create-replicate-app",
"name": "create-replicate",
"version": "1.2.1",
"description": "Generate a simple Node.js project structure for running AI models with Replicate's API",
"main": "index.js",
Expand All @@ -11,7 +11,7 @@
"lint": "standard --fix",
"test": "vitest run && standard"
},
"repository": "https://github.com/replicate/create-replicate-app",
"repository": "https://github.com/replicate/create-replicate",
"author": "Zeke Sikelianos <[email protected]> (http://zeke.sikelianos.com/)",
"license": "MIT",
"preferGlobal": true,
Expand Down

0 comments on commit 9cd4338

Please sign in to comment.