File tree
Expand file treeCollapse file tree
101 files changed
+644
-137
lines changedFilter options
- generative_ai
- audio
- batch_predict
- chat_completions
- context_caching
- controlled_generation
- embeddings
- evaluation
- extensions
- function_calling
- grounding
- image
- image_generation
- inference
- model_garden
- model_tuning
- openai
- prompts
- rag
- reasoning_engine
- safety
- system_instructions
- text_generation
- text_models
- token_count
- understand_audio
- understand_docs
- understand_video
- video
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
101 files changed
+644
-137
lines changedgenerative_ai/audio/__init__.py
Copy file name to clipboardExpand all lines: generative_ai/audio/__init__.pyWhitespace-only changes.
generative_ai/requirements-test.txt renamed to generative_ai/batch_predict/requirements-test.txt
Copy file name to clipboardFile renamed without changes.
generative_ai/requirements.txt renamed to generative_ai/batch_predict/requirements.txt
Copy file name to clipboardFile renamed without changes.
generative_ai/batch_predict/test_batch_predict.py renamed to generative_ai/batch_predict/test_batch_predict_examples.py
Copy file name to clipboardExpand all lines: generative_ai/batch_predict/test_batch_predict_examples.py+5-6Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 | 16 |
|
23 | 17 |
|
24 | 18 |
|
25 | 19 |
|
26 | 20 |
|
27 | 21 |
|
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
28 | 27 |
|
29 | 28 |
|
30 | 29 |
|
|
generative_ai/chat_completions/requirements-test.txt
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
generative_ai/chat_completions/requirements.txt
Copy file name to clipboard+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
generative_ai/context_caching/requirements-test.txt
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
generative_ai/context_caching/requirements.txt
Copy file name to clipboard+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
generative_ai/context_caching/test_context_caching.py
Copy file name to clipboardExpand all lines: generative_ai/context_caching/test_context_caching.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
23 |
| - |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
|
generative_ai/controlled_generation/requirements-test.txt
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
generative_ai/controlled_generation/requirements.txt
Copy file name to clipboard+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
generative_ai/embeddings/requirements-test.txt
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
generative_ai/embeddings/requirements.txt
Copy file name to clipboard+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
generative_ai/embeddings/test_embeddings.py renamed to generative_ai/embeddings/test_embeddings_examples.py
Copy file name to clipboardExpand all lines: generative_ai/embeddings/test_embeddings_examples.py+6-7Lines changed: 6 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 | 18 |
|
24 | 19 |
|
25 | 20 |
|
26 | 21 |
|
27 | 22 |
|
28 | 23 |
|
29 | 24 |
|
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
35 |
| - |
36 |
| - |
37 | 36 |
|
38 | 37 |
|
39 | 38 |
|
|
generative_ai/evaluation/requirements-test.txt
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
generative_ai/evaluation/requirements.txt
Copy file name to clipboard+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
generative_ai/extensions/requirements-test.txt
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
generative_ai/extensions/requirements.txt
Copy file name to clipboard+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
generative_ai/extensions/extensions_test.py renamed to generative_ai/extensions/test_exextensions_examples.py
Copy file name to clipboardExpand all lines: generative_ai/extensions/test_exextensions_examples.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
| 19 | + |
18 | 20 |
|
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
24 |
| - |
25 |
| - |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
|
generative_ai/function_calling/requirements-test.txt
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
generative_ai/function_calling/requirements.txt
Copy file name to clipboard+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
generative_ai/function_calling/test_function_calling.py
Copy file name to clipboardExpand all lines: generative_ai/function_calling/test_function_calling.py+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
| 17 | + |
| 18 | + |
| 19 | + |
18 | 20 |
|
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
22 |
| - |
23 |
| - |
24 |
| - |
25 | 24 |
|
26 | 25 |
|
27 | 26 |
|
|
generative_ai/grounding/requirements-test.txt
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
generative_ai/grounding/requirements.txt
Copy file name to clipboard+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
generative_ai/image/requirements-test.txt
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
generative_ai/image/requirements.txt
Copy file name to clipboard+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
generative_ai/image_generation/edit_image_inpainting_insert_mask_mode_test.py
Copy file name to clipboardExpand all lines: generative_ai/image_generation/edit_image_inpainting_insert_mask_mode_test.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 |
| - |
21 | 19 |
|
22 | 20 |
|
| 21 | + |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
|
generative_ai/image_generation/edit_image_inpainting_insert_mask_test.py
Copy file name to clipboardExpand all lines: generative_ai/image_generation/edit_image_inpainting_insert_mask_test.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 |
| - |
20 | 18 |
|
21 | 19 |
|
| 20 | + |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
generative_ai/image_generation/edit_image_inpainting_remove_mask_mode_test.py
Copy file name to clipboardExpand all lines: generative_ai/image_generation/edit_image_inpainting_remove_mask_mode_test.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 |
| - |
21 | 19 |
|
22 | 20 |
|
| 21 | + |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
|
generative_ai/image_generation/edit_image_inpainting_remove_mask_test.py
Copy file name to clipboardExpand all lines: generative_ai/image_generation/edit_image_inpainting_remove_mask_test.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 |
| - |
21 | 19 |
|
22 | 20 |
|
| 21 | + |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
|
generative_ai/image_generation/edit_image_mask_free_test.py
Copy file name to clipboardExpand all lines: generative_ai/image_generation/edit_image_mask_free_test.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 |
| - |
21 | 19 |
|
22 | 20 |
|
| 21 | + |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
|
generative_ai/image_generation/edit_image_mask_test.py
Copy file name to clipboardExpand all lines: generative_ai/image_generation/edit_image_mask_test.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 |
| - |
21 | 19 |
|
22 | 20 |
|
| 21 | + |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
|
generative_ai/image_generation/edit_image_outpainting_mask_test.py
Copy file name to clipboardExpand all lines: generative_ai/image_generation/edit_image_outpainting_mask_test.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 |
| - |
21 | 19 |
|
22 | 20 |
|
| 21 | + |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
|
generative_ai/image_generation/edit_image_product_image_test.py
Copy file name to clipboardExpand all lines: generative_ai/image_generation/edit_image_product_image_test.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 |
| - |
21 | 19 |
|
22 | 20 |
|
| 21 | + |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
|
0 commit comments