Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPipe/OpenPipe
/ fixLlama13b
Function
fixLlama13b
inference/deploy.ts:189–190 ·
view source on GitHub ↗
(config: LoraConfig)
Source
from the content-addressed store, hash-verified
187
188
// Otherwise we OOM on A10s
189
const
fixLlama13b = (config: LoraConfig) =>
190
merge({}, config, { scaling_config: { num_workers: 2 } });
191
192
const
optimizedNoHot = createLoraConfig(
193
{
Callers
1
deploy.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected