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
Function
manual_non_contiguous_error
()
crates/rig-core/src/types/partitioning.rs:305
Function
manual_not_covering_all_error
()
crates/rig-core/src/types/partitioning.rs:319
Function
manual_not_starting_at_zero_error
()
crates/rig-core/src/types/partitioning.rs:294
Function
manual_valid_ranges
()
crates/rig-core/src/types/partitioning.rs:275
Method
max_context_length
(&self)
crates/rig-runtime-candle/src/partition/mod.rs:475
Method
max_tokens
(&self)
crates/rig-core/src/types/stop.rs:110
Method
memory_balanced
(node_memory_bytes: Vec<u64>)
crates/rig-core/src/types/partitioning.rs:211
Function
memory_balanced_equal_memory
()
crates/rig-core/src/types/partitioning.rs:348
Function
memory_balanced_no_nodes_error
()
crates/rig-core/src/types/partitioning.rs:369
Function
memory_balanced_too_many_nodes_error
()
crates/rig-core/src/types/partitioning.rs:385
Function
memory_balanced_unequal_memory
()
crates/rig-core/src/types/partitioning.rs:359
Function
memory_balanced_zero_memory_error
()
crates/rig-core/src/types/partitioning.rs:377
Method
memory_usage
(&self)
crates/rig-runtime-candle/src/kv_cache.rs:86
Method
memory_usage
(&self)
crates/rig-runtime-candle/src/partition/mod.rs:523
Method
memory_usage
(&self)
crates/rig-worker/src/stage.rs:445
Method
memory_usage_percent
(&self)
crates/rig-core/src/types/protocol.rs:209
Function
memory_usage_total
()
crates/rig-core/src/types/tensor.rs:322
Method
middle_stage
(prev: PeerAddress, next: PeerAddress)
crates/rig-core/src/types/pipeline.rs:196
Function
model_id_display
()
crates/rig-core/src/types/id.rs:238
Function
model_id_serialization_roundtrip
()
crates/rig-core/src/types/id.rs:244
Function
model_path_lookup
()
crates/rig-worker/src/config.rs:116
Function
model_spec_accessors
()
crates/rig-core/src/types/pipeline.rs:309
Function
multiple_messages_sequential
()
crates/rig-transport-tcp/tests/integration.rs:92
Method
name
(&self)
crates/rig-runtime-candle/src/model/llama.rs:11
Method
name
(&self)
crates/rig-runtime-candle/src/model/qwen.rs:11
Method
name
(&self)
crates/rig-runtime-candle/src/model/mistral.rs:11
Method
name
(&self)
crates/rig-core/src/types/pipeline.rs:50
Method
ndim
(&self)
crates/rig-core/src/types/tensor.rs:64
Function
neighbors_stages
()
crates/rig-core/src/types/pipeline.rs:280
Method
new
(transport: T, codec: C)
crates/rig-message-bincode/src/channel.rs:23
Method
new
()
crates/rig-message-bincode/src/lib.rs:15
Method
new
()
crates/rig-runtime-candle/src/runtime.rs:41
Method
new
( factor: f32, low_freq_factor: f32, high_freq_factor: f32, original_max_posit
crates/rig-runtime-candle/src/cache.rs:17
Method
new
(num_layers: usize, max_slots: usize, memory_per_token: usize)
crates/rig-runtime-candle/src/kv_cache.rs:20
Method
new
( tokenizer: HfTokenizer, chat_template: Option<String>, eos_token_str: String,
crates/rig-runtime-candle/src/tokenizer.rs:52
Method
new
( q_proj: W, k_proj: W, v_proj: W, o_proj: W, num_attention_heads: usi
crates/rig-runtime-candle/src/layers/attention.rs:19
Method
new
(gate_proj: W, up_proj: W, down_proj: W, activation: ActivationFn)
crates/rig-runtime-candle/src/layers/mlp.rs:16
Method
new
( input_norm: RmsNorm, attn: Attention<W>, post_attention_norm: RmsNorm, mlp:
crates/rig-runtime-candle/src/layers/block.rs:18
Method
new
(content: gguf_file::Content, file: File, device: &Device)
crates/rig-runtime-candle/src/weights/gguf.rs:20
Method
new
(weight: QMatMul, bias: Option<Tensor>)
crates/rig-runtime-candle/src/weights/quantized.rs:15
Method
new
(vb: VarBuilder<'a>)
crates/rig-runtime-candle/src/weights/safetensor.rs:13
Method
new
()
crates/rig-transport-tcp/src/config.rs:20
Method
new
()
crates/rig-transport-tcp/src/factory.rs:17
Method
new
(stream: TcpStream)
crates/rig-transport-tcp/src/transport.rs:21
Method
new
(coordinator_addr: Address)
crates/rig-worker/src/config.rs:19
Method
new
(transport: T, peer_node_id: NodeId)
crates/rig-worker/src/peer_connection.rs:28
Method
new
(transport: T, codec: C)
crates/rig-worker/src/coordinator_client.rs:23
Method
new
( partition: Box<dyn Partition>, tokenizer: Option<Box<dyn Tokenizer>>, assignment: As
crates/rig-worker/src/stage.rs:53
Method
new
(config: WorkerConfig, runtime: R, transport_factory: F, codec: C)
crates/rig-worker/src/node.rs:48
Method
new
(listen_addr: SocketAddr)
crates/rig-coordinator/src/config.rs:17
Method
new
( request_id: RequestId, params: &GenerationParams, eos_token: u32, prompt_tok
crates/rig-coordinator/src/generation.rs:25
Method
new
(state: Arc<CoordinatorState>)
crates/rig-coordinator/src/request.rs:14
Method
new
(info: NodeInfo, available_models: Vec<ModelInfo>)
crates/rig-coordinator/src/state.rs:25
Method
new
(config: CoordinatorConfig)
crates/rig-coordinator/src/server.rs:23
Method
new
( state: Arc<CoordinatorState>, timeout: Duration, check_interval: Duration, s
crates/rig-coordinator/src/monitor.rs:18
Method
new
( state: Arc<CoordinatorState>, transport: TcpTransport, remote_addr: SocketAddr,
crates/rig-coordinator/src/handler.rs:29
Method
new
(eos_token: u32, max_tokens: usize)
crates/rig-core/src/types/stop.rs:42
Method
new
(partition: Box<dyn Partition>, tokenizer: Option<Box<dyn Tokenizer>>)
crates/rig-core/src/types/partition.rs:9
Method
new
(node_info: NodeInfo)
crates/rig-core/src/types/protocol.rs:116
Method
new
( model_id: ModelId, path: impl Into<PathBuf>, num_layers: usize, hidden_dim:
crates/rig-core/src/types/pipeline.rs:20
Method
new
()
crates/rig-core/src/types/id.rs:12
Method
new
(role: impl Into<String>, content: impl Into<String>)
crates/rig-core/src/types/request.rs:60
Method
new
(temperature: f32, top_p: f32, top_k: usize, seed: u64)
crates/rig-core/src/types/sampling.rs:11
Method
new
(dims: Vec<usize>)
crates/rig-core/src/types/tensor.rs:34
Method
new
(tflops_estimate: f32, device_type: DeviceType)
crates/rig-core/src/types/node.rs:55
Method
nil
()
crates/rig-core/src/types/id.rs:17
Function
node_capabilities_supports_dtype
()
crates/rig-core/src/types/node.rs:362
Method
node_count
(&self)
crates/rig-coordinator/src/server.rs:123
Method
node_count
(&self)
crates/rig-core/src/types/request.rs:449
Method
node_id
(&self)
crates/rig-worker/src/coordinator_client.rs:42
Method
node_id
(&self)
crates/rig-worker/src/node.rs:70
Method
node_id
(&self)
crates/rig-core/src/types/request.rs:491
Function
node_id_generates_unique
()
crates/rig-core/src/types/id.rs:206
Function
node_id_serialization_roundtrip
()
crates/rig-core/src/types/id.rs:220
Function
node_metrics_usage_percent
()
crates/rig-core/src/types/protocol.rs:561
Function
node_status_can_accept_work
()
crates/rig-core/src/types/node.rs:342
Function
node_status_is_online
()
crates/rig-core/src/types/node.rs:355
Method
nodes
(&self)
crates/rig-coordinator/src/state.rs:693
Method
none
()
crates/rig-core/src/types/pipeline.rs:172
Method
num_layers
(&self)
crates/rig-core/src/types/pipeline.rs:93
Method
num_queries_per_kv
(&self)
crates/rig-runtime-candle/src/config.rs:110
Method
numel
(&self)
crates/rig-core/src/types/tensor.rs:53
Method
overhead_bytes
(&self)
crates/rig-message-bincode/src/lib.rs:30
Function
overhead_bytes_is_reasonable
()
crates/rig-message-bincode/src/lib.rs:155
Method
partition
(&self)
crates/rig-core/src/types/partition.rs:23
Method
partition_mut
(&mut self)
crates/rig-worker/src/stage.rs:76
Method
partition_mut
(&mut self)
crates/rig-core/src/types/partition.rs:27
Method
partition_processing
(msg: impl Into<String>)
crates/rig-worker/src/error.rs:73
Function
partition_spec_first_last
()
crates/rig-core/src/types/pipeline.rs:269
Function
partition_spec_num_layers
()
crates/rig-core/src/types/pipeline.rs:260
Method
peer_connection
(msg: impl Into<String>)
crates/rig-worker/src/error.rs:61
Method
peer_node_id
(&self)
crates/rig-worker/src/peer_connection.rs:36
Method
pending_count
(&self, pipeline_id: PipelineId)
crates/rig-coordinator/src/request.rs:27
Function
pipeline_config_serialization_roundtrip
()
crates/rig-core/src/types/pipeline.rs:317
Method
pipeline_count
(&self)
crates/rig-coordinator/src/state.rs:702
Method
pipeline_count
(&self)
crates/rig-coordinator/src/server.rs:127
Method
poll_for_request
( &mut self, pipeline_id: rig_core::PipelineId, )
crates/rig-worker/src/node.rs:397
Function
priority_ordering
()
crates/rig-core/src/types/request.rs:532
Method
process_first_stage_request
( &mut self, request: rig_core::InferenceRequest, )
crates/rig-worker/src/node.rs:409
Method
process_multi_stage_last
( &mut self, activation: Activation, )
crates/rig-worker/src/stage.rs:165
← previous
next →
601–700 of 938, ranked by callers