MCPcopy Create free account

hub / github.com/buyukakyuz/rig / functions

Functions938 in github.com/buyukakyuz/rig

Functionmanual_non_contiguous_error
()
crates/rig-core/src/types/partitioning.rs:305
Functionmanual_not_covering_all_error
()
crates/rig-core/src/types/partitioning.rs:319
Functionmanual_not_starting_at_zero_error
()
crates/rig-core/src/types/partitioning.rs:294
Functionmanual_valid_ranges
()
crates/rig-core/src/types/partitioning.rs:275
Methodmax_context_length
(&self)
crates/rig-runtime-candle/src/partition/mod.rs:475
Methodmax_tokens
(&self)
crates/rig-core/src/types/stop.rs:110
Methodmemory_balanced
(node_memory_bytes: Vec<u64>)
crates/rig-core/src/types/partitioning.rs:211
Functionmemory_balanced_equal_memory
()
crates/rig-core/src/types/partitioning.rs:348
Functionmemory_balanced_no_nodes_error
()
crates/rig-core/src/types/partitioning.rs:369
Functionmemory_balanced_too_many_nodes_error
()
crates/rig-core/src/types/partitioning.rs:385
Functionmemory_balanced_unequal_memory
()
crates/rig-core/src/types/partitioning.rs:359
Functionmemory_balanced_zero_memory_error
()
crates/rig-core/src/types/partitioning.rs:377
Methodmemory_usage
(&self)
crates/rig-runtime-candle/src/kv_cache.rs:86
Methodmemory_usage
(&self)
crates/rig-runtime-candle/src/partition/mod.rs:523
Methodmemory_usage
(&self)
crates/rig-worker/src/stage.rs:445
Methodmemory_usage_percent
(&self)
crates/rig-core/src/types/protocol.rs:209
Functionmemory_usage_total
()
crates/rig-core/src/types/tensor.rs:322
Methodmiddle_stage
(prev: PeerAddress, next: PeerAddress)
crates/rig-core/src/types/pipeline.rs:196
Functionmodel_id_display
()
crates/rig-core/src/types/id.rs:238
Functionmodel_id_serialization_roundtrip
()
crates/rig-core/src/types/id.rs:244
Functionmodel_path_lookup
()
crates/rig-worker/src/config.rs:116
Functionmodel_spec_accessors
()
crates/rig-core/src/types/pipeline.rs:309
Functionmultiple_messages_sequential
()
crates/rig-transport-tcp/tests/integration.rs:92
Methodname
(&self)
crates/rig-runtime-candle/src/model/llama.rs:11
Methodname
(&self)
crates/rig-runtime-candle/src/model/qwen.rs:11
Methodname
(&self)
crates/rig-runtime-candle/src/model/mistral.rs:11
Methodname
(&self)
crates/rig-core/src/types/pipeline.rs:50
Methodndim
(&self)
crates/rig-core/src/types/tensor.rs:64
Functionneighbors_stages
()
crates/rig-core/src/types/pipeline.rs:280
Methodnew
(transport: T, codec: C)
crates/rig-message-bincode/src/channel.rs:23
Methodnew
()
crates/rig-message-bincode/src/lib.rs:15
Methodnew
()
crates/rig-runtime-candle/src/runtime.rs:41
Methodnew
( factor: f32, low_freq_factor: f32, high_freq_factor: f32, original_max_posit
crates/rig-runtime-candle/src/cache.rs:17
Methodnew
(num_layers: usize, max_slots: usize, memory_per_token: usize)
crates/rig-runtime-candle/src/kv_cache.rs:20
Methodnew
( tokenizer: HfTokenizer, chat_template: Option<String>, eos_token_str: String,
crates/rig-runtime-candle/src/tokenizer.rs:52
Methodnew
( 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
Methodnew
(gate_proj: W, up_proj: W, down_proj: W, activation: ActivationFn)
crates/rig-runtime-candle/src/layers/mlp.rs:16
Methodnew
( input_norm: RmsNorm, attn: Attention<W>, post_attention_norm: RmsNorm, mlp:
crates/rig-runtime-candle/src/layers/block.rs:18
Methodnew
(content: gguf_file::Content, file: File, device: &Device)
crates/rig-runtime-candle/src/weights/gguf.rs:20
Methodnew
(weight: QMatMul, bias: Option<Tensor>)
crates/rig-runtime-candle/src/weights/quantized.rs:15
Methodnew
(vb: VarBuilder<'a>)
crates/rig-runtime-candle/src/weights/safetensor.rs:13
Methodnew
()
crates/rig-transport-tcp/src/config.rs:20
Methodnew
()
crates/rig-transport-tcp/src/factory.rs:17
Methodnew
(stream: TcpStream)
crates/rig-transport-tcp/src/transport.rs:21
Methodnew
(coordinator_addr: Address)
crates/rig-worker/src/config.rs:19
Methodnew
(transport: T, peer_node_id: NodeId)
crates/rig-worker/src/peer_connection.rs:28
Methodnew
(transport: T, codec: C)
crates/rig-worker/src/coordinator_client.rs:23
Methodnew
( partition: Box<dyn Partition>, tokenizer: Option<Box<dyn Tokenizer>>, assignment: As
crates/rig-worker/src/stage.rs:53
Methodnew
(config: WorkerConfig, runtime: R, transport_factory: F, codec: C)
crates/rig-worker/src/node.rs:48
Methodnew
(listen_addr: SocketAddr)
crates/rig-coordinator/src/config.rs:17
Methodnew
( request_id: RequestId, params: &GenerationParams, eos_token: u32, prompt_tok
crates/rig-coordinator/src/generation.rs:25
Methodnew
(state: Arc<CoordinatorState>)
crates/rig-coordinator/src/request.rs:14
Methodnew
(info: NodeInfo, available_models: Vec<ModelInfo>)
crates/rig-coordinator/src/state.rs:25
Methodnew
(config: CoordinatorConfig)
crates/rig-coordinator/src/server.rs:23
Methodnew
( state: Arc<CoordinatorState>, timeout: Duration, check_interval: Duration, s
crates/rig-coordinator/src/monitor.rs:18
Methodnew
( state: Arc<CoordinatorState>, transport: TcpTransport, remote_addr: SocketAddr,
crates/rig-coordinator/src/handler.rs:29
Methodnew
(eos_token: u32, max_tokens: usize)
crates/rig-core/src/types/stop.rs:42
Methodnew
(partition: Box<dyn Partition>, tokenizer: Option<Box<dyn Tokenizer>>)
crates/rig-core/src/types/partition.rs:9
Methodnew
(node_info: NodeInfo)
crates/rig-core/src/types/protocol.rs:116
Methodnew
( model_id: ModelId, path: impl Into<PathBuf>, num_layers: usize, hidden_dim:
crates/rig-core/src/types/pipeline.rs:20
Methodnew
()
crates/rig-core/src/types/id.rs:12
Methodnew
(role: impl Into<String>, content: impl Into<String>)
crates/rig-core/src/types/request.rs:60
Methodnew
(temperature: f32, top_p: f32, top_k: usize, seed: u64)
crates/rig-core/src/types/sampling.rs:11
Methodnew
(dims: Vec<usize>)
crates/rig-core/src/types/tensor.rs:34
Methodnew
(tflops_estimate: f32, device_type: DeviceType)
crates/rig-core/src/types/node.rs:55
Methodnil
()
crates/rig-core/src/types/id.rs:17
Functionnode_capabilities_supports_dtype
()
crates/rig-core/src/types/node.rs:362
Methodnode_count
(&self)
crates/rig-coordinator/src/server.rs:123
Methodnode_count
(&self)
crates/rig-core/src/types/request.rs:449
Methodnode_id
(&self)
crates/rig-worker/src/coordinator_client.rs:42
Methodnode_id
(&self)
crates/rig-worker/src/node.rs:70
Methodnode_id
(&self)
crates/rig-core/src/types/request.rs:491
Functionnode_id_generates_unique
()
crates/rig-core/src/types/id.rs:206
Functionnode_id_serialization_roundtrip
()
crates/rig-core/src/types/id.rs:220
Functionnode_metrics_usage_percent
()
crates/rig-core/src/types/protocol.rs:561
Functionnode_status_can_accept_work
()
crates/rig-core/src/types/node.rs:342
Functionnode_status_is_online
()
crates/rig-core/src/types/node.rs:355
Methodnodes
(&self)
crates/rig-coordinator/src/state.rs:693
Methodnone
()
crates/rig-core/src/types/pipeline.rs:172
Methodnum_layers
(&self)
crates/rig-core/src/types/pipeline.rs:93
Methodnum_queries_per_kv
(&self)
crates/rig-runtime-candle/src/config.rs:110
Methodnumel
(&self)
crates/rig-core/src/types/tensor.rs:53
Methodoverhead_bytes
(&self)
crates/rig-message-bincode/src/lib.rs:30
Functionoverhead_bytes_is_reasonable
()
crates/rig-message-bincode/src/lib.rs:155
Methodpartition
(&self)
crates/rig-core/src/types/partition.rs:23
Methodpartition_mut
(&mut self)
crates/rig-worker/src/stage.rs:76
Methodpartition_mut
(&mut self)
crates/rig-core/src/types/partition.rs:27
Methodpartition_processing
(msg: impl Into<String>)
crates/rig-worker/src/error.rs:73
Functionpartition_spec_first_last
()
crates/rig-core/src/types/pipeline.rs:269
Functionpartition_spec_num_layers
()
crates/rig-core/src/types/pipeline.rs:260
Methodpeer_connection
(msg: impl Into<String>)
crates/rig-worker/src/error.rs:61
Methodpeer_node_id
(&self)
crates/rig-worker/src/peer_connection.rs:36
Methodpending_count
(&self, pipeline_id: PipelineId)
crates/rig-coordinator/src/request.rs:27
Functionpipeline_config_serialization_roundtrip
()
crates/rig-core/src/types/pipeline.rs:317
Methodpipeline_count
(&self)
crates/rig-coordinator/src/state.rs:702
Methodpipeline_count
(&self)
crates/rig-coordinator/src/server.rs:127
Methodpoll_for_request
( &mut self, pipeline_id: rig_core::PipelineId, )
crates/rig-worker/src/node.rs:397
Functionpriority_ordering
()
crates/rig-core/src/types/request.rs:532
Methodprocess_first_stage_request
( &mut self, request: rig_core::InferenceRequest, )
crates/rig-worker/src/node.rs:409
Methodprocess_multi_stage_last
( &mut self, activation: Activation, )
crates/rig-worker/src/stage.rs:165
← previousnext →601–700 of 938, ranked by callers