Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/c0zaut/RKLLM-Gradio
/ functions
Functions
12 in github.com/c0zaut/RKLLM-Gradio
⨍
Functions
12
◇
Types & classes
14
↓ 2 callers
Function
available_models
()
model_class.py:13
↓ 2 callers
Method
release
(self)
model_class.py:156
↓ 1 callers
Method
get_RKLLM_output
(self, message, history)
model_class.py:160
↓ 1 callers
Method
tokens_to_ctypes_array
(self, tokens, ctype)
model_class.py:140
Method
__init__
(self, model="", qtype="w8a8", opt="1", hybrid_quant="1.0")
model_class.py:85
Function
apply_gradient_color
Apply a gradient color to the mesh vertices based on the Y-axis and save as GLB. Args: mesh_text (str): The input mesh in OBJ format
mesh_utils.py:8
Function
callback_impl
(result, userdata, state)
model_class.py:28
Function
get_RKLLM_output
(message, history)
rkllm_server_gradio.py:40
Method
get_user_input
(self, user_message, history)
model_class.py:137
Function
initialize_model
(model)
rkllm_server_gradio.py:20
Method
run
(self, prompt)
model_class.py:145
Function
visualize_mesh
Convert the provided 3D mesh text into a visualizable format. This function assumes the input is in OBJ format.
mesh_utils.py:46