Skip to content

Commit

Permalink
[version] bump version to 0.7.11 (#6973)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich committed Jul 20, 2023
1 parent 1033303 commit 019d508
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChangeLog

## Unreleased
## [v0.7.11] - 2023-07-19

### New Features
- Added a `SentenceTransformerRerank` node post-processor for fast local re-ranking (#6934)
Expand Down
13 changes: 12 additions & 1 deletion docs/examples/llm/llama_2.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "2e33dced-e587-4397-81b3-d6606aa1738a",
"metadata": {},
Expand All @@ -9,6 +10,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "5863dde9-84a0-4c33-ad52-cc767442f63f",
"metadata": {},
Expand All @@ -17,6 +19,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "af971d61-2ed8-4265-85bf-019e86e550f8",
"metadata": {},
Expand Down Expand Up @@ -50,6 +53,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "deb2fb16-0a6a-4455-adb6-d0e7a29cfbbf",
"metadata": {},
Expand All @@ -58,6 +62,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "4ddae9fb-b947-4b80-b20a-bdbbc6329c8d",
"metadata": {
Expand All @@ -84,6 +89,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "b67c6a29-d407-4f00-9ef0-3a8116976ae9",
"metadata": {},
Expand Down Expand Up @@ -128,6 +134,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "3ba9503c-b440-43c6-a50c-676c79993813",
"metadata": {
Expand Down Expand Up @@ -185,6 +192,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "25ad1b00-28fc-4bcd-96c4-d5b35605721a",
"metadata": {},
Expand All @@ -193,6 +201,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "13c641fa-345a-4dce-87c5-ab1f6dcf4757",
"metadata": {},
Expand Down Expand Up @@ -238,6 +247,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "ca52051d-6b28-49d7-98f5-82e266a1c7a6",
"metadata": {},
Expand Down Expand Up @@ -285,6 +295,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "f317bf00-6296-4f20-9baf-321880753952",
"metadata": {
Expand All @@ -308,7 +319,7 @@
"llm = Replicate(\n",
" model=\"a16z-infra/llama13b-v2-chat:df7690f1994d94e96ad9d568eac121aecf50684a0b0963b25a41cc40061269e5\",\n",
" temperature=0.9,\n",
" max_tokens=32,\n",
" context_window=32,\n",
")"
]
},
Expand Down
8 changes: 6 additions & 2 deletions docs/examples/llm/llama_2_rap_battle.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "f3adaa05-a23d-4d48-8ab5-a90c0071bc03",
"metadata": {
Expand All @@ -11,6 +12,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "b4f020cd-8584-4d24-88a5-4747a60d102c",
"metadata": {},
Expand All @@ -19,6 +21,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "c023aa5b-26f8-4ae5-bf21-390fc794461e",
"metadata": {},
Expand All @@ -40,12 +43,12 @@
"\n",
"llm_13b = Replicate(\n",
" model=\"a16z-infra/llama13b-v2-chat:df7690f1994d94e96ad9d568eac121aecf50684a0b0963b25a41cc40061269e5\",\n",
" max_tokens=4096,\n",
" context_window=4096,\n",
" messages_to_prompt=messages_to_prompt, # override message representation for llama 2\n",
")\n",
"llm_70b = Replicate(\n",
" model=\"replicate/llama70b-v2-chat:e951f18578850b652510200860fc4ea62b3b16fac280f83ff32282f87bbd2e48\",\n",
" max_tokens=4096,\n",
" context_window=4096,\n",
" messages_to_prompt=messages_to_prompt, # override message representation for llama 2\n",
")"
]
Expand Down Expand Up @@ -80,6 +83,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "09d11292-ddcc-4f1f-9340-dee0fa2423f1",
"metadata": {},
Expand Down
2 changes: 1 addition & 1 deletion llama_index/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.10.post1
0.7.11

0 comments on commit 019d508

Please sign in to comment.