MCPcopy 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
189const fixLlama13b = (config: LoraConfig) =>
190 merge({}, config, { scaling_config: { num_workers: 2 } });
191
192const optimizedNoHot = createLoraConfig(
193 {

Callers 1

deploy.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected