Skip to content

Commit be7b810

Browse files
authored
docs: Add quotation marks to python versions (#5019)
Add quotation marks to python versions Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
1 parent b4ff9a7 commit be7b810

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ python:
8888
- torch
8989
- transformers
9090
docker:
91-
python_version: 3.11
91+
python_version: "3.11"
9292
```
9393
9494
Then, choose one of the following ways for deployment:

docs/source/use-cases/large-language-models/function-calling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Here is an example file:
221221
requirements_txt: './requirements.txt'
222222
lock_packages: false
223223
docker:
224-
python_version: 3.11
224+
python_version: "3.11"
225225
226226
Try it out
227227
----------

docs/source/use-cases/large-language-models/shieldgemma.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Here is an example file:
163163
- name: OPENAI_API_KEY
164164
- name: OPENAI_BASE_URL
165165
docker:
166-
python_version: 3.11
166+
python_version: "3.11"
167167
168168
Try it out
169169
----------

0 commit comments

Comments
 (0)