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
↓ 1 callers
Function
run_inference
(args: InferenceArgs)
crates/rig-cli/src/commands/inference.rs:315
↓ 1 callers
Method
run_multi_stage_generation_loop
( &mut self, request_id: RequestId, prompt_tokens: usize, start_time: Instant,
crates/rig-worker/src/node.rs:482
↓ 1 callers
Function
run_pipeline
(args: PipelineArgs)
crates/rig-cli/src/commands/pipeline.rs:105
↓ 1 callers
Function
run_pipeline_create
(client: &CliClient, args: CreatePipelineArgs)
crates/rig-cli/src/commands/pipeline.rs:120
↓ 1 callers
Function
run_pipeline_get
(client: &CliClient, pipeline_id_str: &str)
crates/rig-cli/src/commands/pipeline.rs:178
↓ 1 callers
Function
run_pipeline_list
(client: &CliClient)
crates/rig-cli/src/commands/pipeline.rs:201
↓ 1 callers
Method
run_single_stage_generation
( &mut self, request: InferenceRequest, initial_activation: Activation, prompt
crates/rig-worker/src/node.rs:587
↓ 1 callers
Function
run_status
(args: StatusArgs)
crates/rig-cli/src/commands/status.rs:26
↓ 1 callers
Function
run_warmup
(partition: &dyn Partition)
crates/rig-worker/src/node.rs:820
↓ 1 callers
Function
run_worker
(args: WorkerArgs, config: &RigConfig)
crates/rig-cli/src/commands/worker.rs:60
↓ 1 callers
Method
safetensor_layer_path
(&self, layer_idx: usize, component: &str)
crates/rig-runtime-candle/src/model/mod.rs:162
↓ 1 callers
Method
safetensor_weight_names
(&self)
crates/rig-runtime-candle/src/model/llama.rs:35
↓ 1 callers
Method
safetensor_weight_names
(&self)
crates/rig-runtime-candle/src/model/mistral.rs:35
↓ 1 callers
Method
send_generation_started
( &mut self, request_id: RequestId, eos_token: u32, prompt_tokens: usize,
crates/rig-worker/src/coordinator_client.rs:248
↓ 1 callers
Method
send_token_sampled
( &mut self, request_id: RequestId, token: u32, )
crates/rig-worker/src/coordinator_client.rs:277
↓ 1 callers
Method
set_eos_token
(&mut self, eos_token: u32)
crates/rig-core/src/types/stop.rs:105
↓ 1 callers
Method
set_model_info
(&mut self, model_info: ModelInfo)
crates/rig-worker/src/node.rs:65
↓ 1 callers
Method
set_stage
(&mut self, stage: PipelineStage<F::Transport, C>)
crates/rig-worker/src/node.rs:269
↓ 1 callers
Function
setup_logging
(log_level: &str)
crates/rig-cli/src/main.rs:75
↓ 1 callers
Method
shutdown
(&self)
crates/rig-cli/src/commands/inference.rs:285
↓ 1 callers
Method
shutdown
(&self)
crates/rig-cli/src/commands/demo.rs:257
↓ 1 callers
Method
sin
(&self)
crates/rig-runtime-candle/src/cache.rs:131
↓ 1 callers
Method
size_bytes_for_elements
(&self, num_elements: usize)
crates/rig-core/src/types/tensor.rs:18
↓ 1 callers
Method
spec
(&self)
crates/rig-worker/src/stage.rs:437
↓ 1 callers
Method
start_generation_session
( &self, request_id: RequestId, params: &GenerationParams, eos_token: u32,
crates/rig-coordinator/src/state.rs:603
↓ 1 callers
Method
start_heartbeat_task
(&self)
crates/rig-worker/src/node.rs:147
↓ 1 callers
Method
start_peer_listener
(&mut self)
crates/rig-worker/src/node.rs:89
↓ 1 callers
Method
start_streaming_session
( &self, request_id: RequestId, token_tx: mpsc::UnboundedSender<String>, compl
crates/rig-coordinator/src/state.rs:500
↓ 1 callers
Method
submit_request
( &self, pipeline_id: PipelineId, request: InferenceRequest, )
crates/rig-coordinator/src/state.rs:464
↓ 1 callers
Method
take_generation_decision
( &self, request_id: RequestId, )
crates/rig-coordinator/src/state.rs:562
↓ 1 callers
Function
tensor_to_activation
( tensor: Tensor, dtype: DType, metadata: ActivationMetadata, )
crates/rig-runtime-candle/src/utils.rs:75
↓ 1 callers
Function
test_node_info
(node_id: NodeId)
crates/rig-coordinator/src/monitor.rs:74
↓ 1 callers
Method
time_to_first_token_ms
(&self)
crates/rig-coordinator/src/generation.rs:77
↓ 1 callers
Function
to_candle_sampling
(params: &SamplingParams)
crates/rig-runtime-candle/src/utils.rs:28
↓ 1 callers
Method
to_llama3_config
(&self)
crates/rig-runtime-candle/src/gguf_config.rs:19
↓ 1 callers
Method
tokens_per_second
(&self)
crates/rig-core/src/types/request.rs:313
↓ 1 callers
Method
total_tokens
(&self)
crates/rig-core/src/types/request.rs:307
↓ 1 callers
Method
transport
(&self)
crates/rig-message-bincode/src/channel.rs:31
↓ 1 callers
Method
validate
(&self)
crates/rig-cli/src/config.rs:55
↓ 1 callers
Method
var_builder
(&self)
crates/rig-runtime-candle/src/weights/safetensor.rs:25
↓ 1 callers
Method
vocab_size
(&self)
crates/rig-runtime-candle/src/tokenizer.rs:102
↓ 1 callers
Method
wait_for_assignment
(&mut self)
crates/rig-worker/src/node.rs:170
↓ 1 callers
Method
wait_for_pipeline_ready
(&self)
crates/rig-cli/src/commands/inference.rs:258
↓ 1 callers
Method
wait_for_pipeline_ready
(&self)
crates/rig-cli/src/commands/demo.rs:230
↓ 1 callers
Method
with_dtype
(mut self, dtype: DType)
crates/rig-core/src/types/protocol.rs:364
↓ 1 callers
Method
with_generation_params
(mut self, params: GenerationParams)
crates/rig-core/src/types/tensor.rs:152
↓ 1 callers
Method
with_heartbeat_interval
(mut self, interval: Duration)
crates/rig-worker/src/config.rs:39
↓ 1 callers
Method
with_listen_addr
(mut self, addr: SocketAddr)
crates/rig-worker/src/config.rs:33
↓ 1 callers
Method
with_nodelay
(mut self, nodelay: bool)
crates/rig-transport-tcp/src/config.rs:61
↓ 1 callers
Method
with_params
(mut self, params: GenerationParams)
crates/rig-core/src/types/request.rs:230
↓ 1 callers
Method
with_partition
(mut self, partition: Box<dyn Partition>)
crates/rig-worker/src/stage.rs:337
↓ 1 callers
Method
with_priority
(mut self, priority: Priority)
crates/rig-core/src/types/request.rs:186
↓ 1 callers
Method
with_rope_scaling
(mut self, rope_scaling: Option<Llama3RopeConfig>)
crates/rig-runtime-candle/src/gguf_config.rs:186
Method
accepted
(node_id: NodeId)
crates/rig-core/src/types/protocol.rs:141
Method
activation
(&self)
crates/rig-runtime-candle/src/model/llama.rs:15
Method
activation
(&self)
crates/rig-runtime-candle/src/model/qwen.rs:15
Method
activation
(&self)
crates/rig-runtime-candle/src/model/mistral.rs:15
Method
active_slots
(&self)
crates/rig-runtime-candle/src/kv_cache.rs:97
Function
address_serialization_roundtrip
()
crates/rig-core/src/types/node.rs:329
Function
address_tcp
()
crates/rig-core/src/types/node.rs:299
Function
address_tcp_from_host_port
()
crates/rig-core/src/types/node.rs:319
Function
address_unix
()
crates/rig-core/src/types/node.rs:311
Method
apply_chat_template
( &self, messages: &[crate::ChatMessage], add_generation_prompt: bool, )
crates/rig-core/src/traits/tokenizer.rs:14
Method
apply_rotary_emb
( q: &Tensor, k: &Tensor, index_pos: usize, rope_cache: &RopeCache, )
crates/rig-runtime-candle/src/layers/attention.rs:97
Method
as_unix
(&self)
crates/rig-core/src/types/node.rs:223
Function
assert_send_sync
()
crates/rig-message-bincode/src/channel.rs:175
Function
assert_send_sync
()
crates/rig-message-bincode/src/lib.rs:165
Method
assignment
(&self)
crates/rig-worker/src/stage.rs:91
Function
assignment_num_layers
()
crates/rig-core/src/types/pipeline.rs:298
Method
assistant
(content: impl Into<String>)
crates/rig-core/src/types/request.rs:73
Method
attention_config
(&self)
crates/rig-runtime-candle/src/model/llama.rs:27
Function
bidirectional_communication
()
crates/rig-transport-tcp/tests/integration.rs:204
Method
bind
(addr: &str)
crates/rig-transport-tcp/src/listener.rs:17
Method
bind_addr
(addr: SocketAddr)
crates/rig-transport-tcp/src/listener.rs:21
Method
bind_addr_with_config
( addr: SocketAddr, config: TcpConfig, )
crates/rig-transport-tcp/src/listener.rs:30
Function
bind_and_accept_with_socket_addr
()
crates/rig-transport-tcp/src/listener.rs:101
Function
bind_and_accept_with_trait
()
crates/rig-transport-tcp/src/listener.rs:131
Method
bind_with_config
(addr: &str, config: TcpConfig)
crates/rig-transport-tcp/src/listener.rs:25
Function
bind_with_socket_addr
()
crates/rig-transport-tcp/src/listener.rs:162
Method
bos_token_str
(&self)
crates/rig-runtime-candle/src/config.rs:162
Method
build_pipeline_info_internal
( pipeline_id: PipelineId, record: &PipelineRecord, )
crates/rig-coordinator/src/state.rs:765
Function
builder_methods_work
()
crates/rig-transport-tcp/src/config.rs:96
Function
builder_pattern
()
crates/rig-worker/src/config.rs:96
Function
builder_pattern
()
crates/rig-coordinator/src/config.rs:84
Function
builder_requires_assignment
()
crates/rig-worker/src/stage.rs:421
Function
builder_requires_partition
()
crates/rig-worker/src/stage.rs:415
Function
cache_slot_capacity
()
crates/rig-core/src/types/tensor.rs:310
Function
channel_is_send_and_sync
()
crates/rig-message-bincode/src/channel.rs:174
Function
characteristics_are_correct
()
crates/rig-transport-tcp/src/factory.rs:194
Method
check_heartbeats
(&self)
crates/rig-coordinator/src/monitor.rs:54
Method
codec
(&self)
crates/rig-message-bincode/src/channel.rs:35
Function
codec_is_send_and_sync
()
crates/rig-message-bincode/src/lib.rs:164
Method
compute_even_split
( num_layers: usize, num_stages: usize, )
crates/rig-core/src/types/partitioning.rs:70
Method
compute_memory_balanced
( num_layers: usize, node_memory_bytes: &[u64], )
crates/rig-core/src/types/partitioning.rs:150
Function
concurrent_operations
()
crates/rig-transport-tcp/tests/integration.rs:290
Method
config
(&self)
crates/rig-transport-tcp/src/factory.rs:31
Method
config
(&self)
crates/rig-transport-tcp/src/transport.rs:36
Method
config
(&self)
crates/rig-transport-tcp/src/listener.rs:55
Method
config
(msg: impl Into<String>)
crates/rig-worker/src/error.rs:69
Method
config
(&self)
crates/rig-worker/src/node.rs:75
← previous
next →
301–400 of 938, ranked by callers