Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/cake
/ default_rope
Function
default_rope
cake-core/src/models/phi4/config.rs:7–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
use crate::models::common::{Config, EosTokenId, RopeScaling};
6
7
fn default_rope() -> f32 {
8
1_000_000.0
9
}
10
11
fn default_partial_rotary_factor() -> f32 {
12
1.0
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected