Skip to content

Commit 0224957

Browse files
Added composer.json
1 parent b4c045e commit 0224957

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "coderevolutionplugins/gpt-3-encoder-php",
3+
"description": "PHP BPE Text Encoder for GPT-2 / GPT-3",
4+
"type": "library",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "CodeRevolution",
9+
"email": "support@coderevolution.ro"
10+
}
11+
],
12+
"minimum-stability": "stable",
13+
"require": {}
14+
}

0 commit comments

Comments
 (0)