MCPcopy Index your code

hub / github.com/AkagawaTsurunaki/zerolan-core / functions

Functions159 in github.com/AkagawaTsurunaki/zerolan-core

Method_handle_stream_predict
(self)
tts/app.py:16
Method_handle_stream_predict
(self)
vla/showui/app.py:49
Functionconvert_to_mono
(input_file, output_file, sample_rate: int = 16000)
utils/audio_util.py:5
Functiondecorator
(func)
common/decorator.py:9
Functionfrom_bytes_to_np_ndarray
Convert byte data to np.ndarray format. Args: bytes_data: Audio bytes of data. dtype: Default is float32. Returns: Retur
utils/audio_util.py:26
Functionfrom_file_to_np_array
(input_file: str, dtype: str = "float32")
utils/audio_util.py:19
Methodgenerate_output
(q: LLMQuery)
llm/app.py:40
Functionget_obj_from_json
(request: Request, type: T)
utils/web_util.py:12
Methodhandle_predict
()
asr/app.py:25
Methodhandle_predict
()
llm/app.py:24
Methodhandle_stream_predict
()
asr/app.py:54
Methodhandle_stream_predict
()
llm/app.py:36
Functionissue_solver
()
common/decorator.py:29
Methodload_bf16
()
llm/qwen/model.py:47
Methodload_fp16
()
llm/qwen/model.py:54
Methodload_model
Load the model.
asr/paraformer/model.py:40
Methodload_model
(self)
llm/deepseek/model.py:27
Methodload_model
验证 Ollama 服务是否可用
llm/ollama/model.py:31
Methodload_model
(self)
llm/shisa/model.py:36
Methodload_model
(self)
llm/chatglm3/model.py:27
Methodload_model
(self)
llm/qwen/model.py:43
Methodload_model
(self)
llm/glm4/model.py:28
Methodload_model
(self)
tts/gpt_sovits/model.py:17
Methodload_model
(self)
common/abs_model.py:11
Functionlog_model_loading
(model_info)
common/decorator.py:8
Methodpredict
Predict words from the audio wave. Args: query: Contains audio data with a sample rate of 16000 and is mono Retu
asr/paraformer/model.py:47
Methodpredict
(self, llm_query: LLMQuery)
llm/deepseek/model.py:30
Methodpredict
使用 Ollama API 进行推理 Args: llm_query: See zerolan.data.pipeline.llm.LLMQuery Returns: See zerolan.data.pipeline.ll
llm/ollama/model.py:60
Methodpredict
Predict tokens based on history and query from LLM. Args: llm_query: See zerolan.data.pipeline.llm.LLMQuery Retu
llm/shisa/model.py:46
Methodpredict
Predict tokens based on history and query from LLM. Args: llm_query: See zerolan.data.pipeline.llm.LLMQuery Retu
llm/chatglm3/model.py:40
Methodpredict
Predict tokens based on history and query from LLM. Args: llm_query: See zerolan.data.pipeline.llm.LLMQuery Retu
llm/qwen/model.py:66
Methodpredict
(self, llm_query: LLMQuery)
llm/glm4/model.py:38
Methodpredict
(self, *args, **kwargs)
tts/gpt_sovits/model.py:20
Methodpredict
(self, *args, **kwargs)
common/abs_model.py:15
Methodrun
(self)
llm/app.py:17
Methodrun
(self)
database/milvus/milvus.py:109
Methodrun
(self)
img_cap/app.py:18
Methodrun
(self)
vid_cap/app.py:23
Methodrun
(self)
ocr/app.py:19
Methodrun
(self)
tts/app.py:10
Methodrun
(self)
common/abs_app.py:24
Methodrun
(self)
vla/showui/app.py:22
Functionsave_request_audio
(request: Request, prefix: str)
utils/web_util.py:47
Functionsave_request_image
(request: Request, prefix: str)
utils/web_util.py:21
Methodstream_predict
Stream predict words from the audio wave. Args: query: Contains audio data with a sample rate of 16000 and is mono
asr/paraformer/model.py:63
Methodstream_predict
(self, *args, **kwargs)
llm/deepseek/model.py:40
Methodstream_predict
使用 Ollama API 进行流式推理 Args: llm_query: See zerolan.data.pipeline.llm.LLMQuery Returns: Iterator of zerolan.data.p
llm/ollama/model.py:103
Methodstream_predict
Stream predict tokens based on history and query from LLM. Args: llm_query: See zerolan.data.pipeline.llm.LLMQuery
llm/shisa/model.py:78
Methodstream_predict
Stream predict tokens based on history and query from LLM. Args: llm_query: See zerolan.data.pipeline.llm.LLMQuery
llm/chatglm3/model.py:57
Methodstream_predict
Stream predict tokens based on history and query from LLM. Args: llm_query: See zerolan.data.pipeline.llm.LLMQuery
llm/qwen/model.py:81
Methodstream_predict
(self, llm_query: LLMQuery)
llm/glm4/model.py:58
Methodstream_predict
(self, *args, **kwargs)
img_cap/blip/model.py:44
Methodstream_predict
(self, *args, **kwargs)
vid_cap/hitea/model.py:43
Methodstream_predict
(self, *args, **kwargs)
ocr/paddle/model.py:48
Methodstream_predict
(self, *args, **kwargs)
tts/gpt_sovits/model.py:23
Methodstream_predict
(self, *args, **kwargs)
common/abs_model.py:19
Methodstream_predict
(self, *args, **kwargs)
vla/showui/model.py:225
Methodvalidate_model_id
(self, model_id: str)
common/abs_app.py:27
Functionwrapper
(*args, **kwargs)
common/decorator.py:11
← previous101–159 of 159, ranked by callers