Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buyukakyuz/rig
/ functions
Functions
938 in github.com/buyukakyuz/rig
⨍
Functions
938
◇
Types & classes
217
Method
prompt_tokens
(&self)
crates/rig-coordinator/src/generation.rs:87
Method
qmatmul
(&self)
crates/rig-runtime-candle/src/weights/quantized.rs:25
Method
read_exact_bytes
( reader: &mut ReadHalf<TcpStream>, n: usize, )
crates/rig-transport-tcp/src/transport.rs:40
Method
recv_activation
(&self)
crates/rig-worker/src/peer_connection.rs:51
Function
recv_receives_and_decodes
()
crates/rig-message-bincode/src/channel.rs:147
Function
recv_returns_error_on_empty
()
crates/rig-message-bincode/src/channel.rs:163
Method
register
(&mut self, info: NodeInfo)
crates/rig-worker/src/coordinator_client.rs:51
Function
register_request_creation
()
crates/rig-core/src/types/protocol.rs:514
Function
register_response_accepted
()
crates/rig-core/src/types/protocol.rs:521
Function
register_response_rejected
()
crates/rig-core/src/types/protocol.rs:530
Method
rejected
(reason: impl Into<String>)
crates/rig-core/src/types/protocol.rs:150
Method
rejected
(reason: impl Into<String>)
crates/rig-core/src/types/request.rs:479
Function
rejects_oversized_message
()
crates/rig-transport-tcp/src/transport.rs:204
Method
remaining_capacity
(&self)
crates/rig-core/src/types/tensor.rs:251
Method
report_ready
(&mut self, pipeline_id: PipelineId)
crates/rig-worker/src/coordinator_client.rs:121
Method
request_id
(&self)
crates/rig-coordinator/src/generation.rs:82
Function
request_id_generates_unique
()
crates/rig-core/src/types/id.rs:213
Function
request_id_serialization_roundtrip
()
crates/rig-core/src/types/id.rs:229
Method
run
( &mut self, mut shutdown_rx: broadcast::Receiver<()>, )
crates/rig-worker/src/stage.rs:223
Method
run
(mut self)
crates/rig-coordinator/src/handler.rs:44
Function
run_interactive_chat
( coordinator_addr: SocketAddr, pipeline_id: PipelineId, config: &GenerationConfig, )
crates/rig-cli/src/commands/demo.rs:270
Function
runtime_default_values
()
crates/rig-cli/src/config.rs:466
Function
runtime_serde_roundtrip
()
crates/rig-cli/src/config.rs:473
Function
runtime_type_display
()
crates/rig-core/src/types/node.rs:282
Method
sampling_params
(&self)
crates/rig-coordinator/src/generation.rs:92
Method
select_device
()
crates/rig-runtime-candle/src/runtime.rs:82
Method
send_activation
(&self, activation: &Activation)
crates/rig-worker/src/peer_connection.rs:41
Function
send_and_receive_empty_message
()
crates/rig-transport-tcp/src/transport.rs:175
Function
send_and_receive_small_message
()
crates/rig-transport-tcp/src/transport.rs:146
Function
send_encodes_and_transmits
()
crates/rig-message-bincode/src/channel.rs:127
Method
send_generation_decision
( &mut self, request_id: RequestId, decision: GenerationDecision, )
crates/rig-worker/src/coordinator_client.rs:221
Function
send_receive_roundtrip
()
crates/rig-transport-tcp/tests/integration.rs:9
Function
serde_roundtrip
()
crates/rig-cli/src/config.rs:345
Method
serialization
(msg: impl Into<String>)
crates/rig-worker/src/error.rs:65
Function
serialization_roundtrip
()
crates/rig-core/src/types/partitioning.rs:399
Function
serialize_deserialize_roundtrip
()
crates/rig-worker/src/peer_connection.rs:275
Method
set_prev_peer
(&mut self, peer: PeerConnection<T>)
crates/rig-worker/src/stage.rs:105
Function
shape_empty
()
crates/rig-core/src/types/tensor.rs:281
Function
shape_from_vec
()
crates/rig-core/src/types/tensor.rs:296
Function
shape_num_elements
()
crates/rig-core/src/types/tensor.rs:273
Function
shape_size_bytes
()
crates/rig-core/src/types/tensor.rs:288
Method
should_stop_with_text
( &self, generated_tokens: &[u32], decoded_text: &str, )
crates/rig-core/src/types/stop.rs:81
Method
shutdown
(&self)
crates/rig-worker/src/node.rs:84
Method
shutdown
(&self)
crates/rig-coordinator/src/server.rs:50
Method
size_bytes
(&self, dtype: DType)
crates/rig-core/src/types/tensor.rs:58
Method
spec
(&self)
crates/rig-runtime-candle/src/partition/mod.rs:499
Method
stage
(&self)
crates/rig-worker/src/node.rs:274
Function
stage_id_display
()
crates/rig-core/src/types/id.rs:253
Method
stage_mut
(&mut self)
crates/rig-worker/src/node.rs:279
Method
start
(model_name: &str, model_path: &Path, args: &InferenceArgs)
crates/rig-cli/src/commands/inference.rs:134
Method
start
( model_name: &str, model_path: &Path, args: &DemoArgs, config: &RigConfig,
crates/rig-cli/src/commands/demo.rs:91
Method
start
()
crates/rig-worker/tests/integration.rs:30
Method
state
(&self)
crates/rig-coordinator/src/request.rs:32
Method
step
( &mut self, token_id: u32, )
crates/rig-runtime-candle/src/tokenizer.rs:24
Method
stop_sequences
(&self)
crates/rig-core/src/types/stop.rs:115
Method
success
(node_id: NodeId)
crates/rig-core/src/types/request.rs:474
Method
success_text
(request_id: RequestId, text: impl Into<String>, usage: UsageStats)
crates/rig-core/src/types/request.rs:367
Method
supports_chat_template
(&self)
crates/rig-runtime-candle/src/tokenizer.rs:148
Method
supports_chat_template
(&self)
crates/rig-core/src/traits/tokenizer.rs:24
Method
supports_dtype
(&self, dtype: DType)
crates/rig-core/src/types/node.rs:104
Method
system
(content: impl Into<String>)
crates/rig-core/src/types/request.rs:78
Method
tcp
(addr: SocketAddr)
crates/rig-core/src/types/node.rs:187
Method
tcp_from_host_port
(host: &str, port: u16)
crates/rig-core/src/types/node.rs:197
Function
tenant_id_display
()
crates/rig-core/src/types/id.rs:260
Method
tensor_cache
(&self)
crates/rig-runtime-candle/src/kv_cache.rs:31
Function
tensor_data_cpu
()
crates/rig-core/src/types/tensor.rs:302
Function
test_allocate_and_release
()
crates/rig-runtime-candle/src/kv_cache.rs:108
Function
test_attention_config_constants
()
crates/rig-runtime-candle/src/model/mod.rs:314
Function
test_checker_accessors
()
crates/rig-core/src/types/stop.rs:194
Function
test_config_parsing
()
crates/rig-runtime-candle/tests/integration.rs:34
Function
test_coordinator_config_defaults
()
crates/rig-coordinator/tests/integration.rs:235
Function
test_cpu_memory_query
()
crates/rig-runtime-candle/src/memory.rs:53
Function
test_create_pipeline
()
crates/rig-coordinator/src/state.rs:872
Function
test_default_values
()
crates/rig-runtime-candle/src/config.rs:228
Function
test_deregister_node
()
crates/rig-coordinator/src/state.rs:911
Function
test_detect_architecture_config_llama
()
crates/rig-runtime-candle/src/model/mod.rs:349
Function
test_detect_architecture_config_qwen
()
crates/rig-runtime-candle/src/model/mod.rs:387
Function
test_detect_architecture_gguf_llama
()
crates/rig-runtime-candle/src/model/mod.rs:328
Function
test_detect_architecture_gguf_qwen
()
crates/rig-runtime-candle/src/model/mod.rs:365
Function
test_device_memory_cpu
()
crates/rig-runtime-candle/src/memory.rs:60
Function
test_dtype_conversion
()
crates/rig-runtime-candle/src/partition/mod.rs:860
Function
test_duplicate_allocation_fails
()
crates/rig-runtime-candle/src/kv_cache.rs:145
Function
test_eos_detection
()
crates/rig-core/src/types/stop.rs:163
Function
test_eos_token_id
()
crates/rig-runtime-candle/src/config.rs:250
Function
test_find_dead_nodes
()
crates/rig-coordinator/src/state.rs:924
Function
test_first_partition_embedding
()
crates/rig-runtime-candle/tests/integration.rs:140
Function
test_forward_decode_single_token
()
crates/rig-runtime-candle/tests/integration.rs:234
Function
test_forward_sample_on_non_final_partition_returns_none
()
crates/rig-runtime-candle/tests/integration.rs:452
Function
test_forward_with_token_ids
()
crates/rig-runtime-candle/tests/integration.rs:196
Function
test_generation_session_creation
()
crates/rig-coordinator/src/generation.rs:128
Function
test_get_architecture_llama
()
crates/rig-runtime-candle/src/model/mod.rs:245
Function
test_get_architecture_llama_causal
()
crates/rig-runtime-candle/src/model/mod.rs:253
Function
test_get_architecture_mistral
()
crates/rig-runtime-candle/src/model/mod.rs:275
Function
test_get_architecture_mistral_causal
()
crates/rig-runtime-candle/src/model/mod.rs:282
Function
test_get_architecture_qwen2
()
crates/rig-runtime-candle/src/model/mod.rs:260
Function
test_get_architecture_qwen2_causal
()
crates/rig-runtime-candle/src/model/mod.rs:268
Function
test_get_architecture_unknown
()
crates/rig-runtime-candle/src/model/mod.rs:289
Function
test_get_assignment_no_assignment
()
crates/rig-coordinator/tests/integration.rs:176
Function
test_get_pipeline_first_stage
()
crates/rig-coordinator/src/state.rs:998
Function
test_get_pipeline_last_stage
()
crates/rig-coordinator/src/state.rs:1026
← previous
next →
701–800 of 938, ranked by callers