Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/FastDeploy
/ generate
Method
generate
tests/entrypoints/test_llm.py:304–305 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
302
return
None
303
304
def
generate(self, *args, **kwargs):
305
return
[
"ok"
]
306
307
class
DummySamplingParams:
308
def
__init__(self, **kwargs):
Callers
15
test_text
Method · 0.45
run_ernie_vl_28B.py
File · 0.45
test_text
Method · 0.45
test_image
Method · 0.45
test_video
Method · 0.45
_test
Method · 0.45
_generate_single
Method · 0.45
test_consistency_single_prompt_tokens
Method · 0.45
test_api_consistency_multi_prompt_tokens
Method · 0.45
test_multiple_sampling_params
Method · 0.45
test_generate_and_chat_branches
Function · 0.45
test_generate_prompts
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected