Skip to content

Commit 61334ff

Browse files
Widen ml-dtypes pkg range (#315)
Will also patch release `0.5.2` from here.
1 parent f0a4f89 commit 61334ff

File tree

5 files changed

+347
-240
lines changed

5 files changed

+347
-240
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
env:
6363
HF_TOKEN: ${{ secrets.HF_TOKEN }}
6464
HF_HOME: ${{ github.workspace }}/hf_cache
65-
OPENAI_API_KEY: ${{ secrets.OPENAI_KEY }}
65+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
6666
GCP_LOCATION: ${{ secrets.GCP_LOCATION }}
6767
GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
6868
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
@@ -152,7 +152,7 @@ jobs:
152152
if: matrix.connection == 'plain' && matrix.redis-version == 'latest'
153153
env:
154154
HF_HOME: ${{ github.workspace }}/hf_cache
155-
OPENAI_API_KEY: ${{ secrets.OPENAI_KEY }}
155+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
156156
GCP_LOCATION: ${{ secrets.GCP_LOCATION }}
157157
GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
158158
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}

docs/overview/cli.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"name": "stdout",
2525
"output_type": "stream",
2626
"text": [
27-
"\u001b[32m16:19:10\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.4.0\n"
27+
"\u001b[32m09:58:03\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.5.2\n"
2828
]
2929
}
3030
],

0 commit comments

Comments
 (0)