File tree Expand file tree Collapse file tree
interprot/endpoints/sae_inference Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# SAE Inference Endpoint on RunPod
22
3- https://www.runpod.io/console/serverless/user/endpoint/fad3whi01lfmh2
3+ https://www.runpod.io/console/serverless/user/endpoint/dbltnn5ugr3n3k
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export async function getSAEDimActivations(input: RunpodSAEDimActivationsInput):
7272 }
7373
7474 // Both caches have missed, call API.
75- const data = await postRunpod ( input , "fad3whi01lfmh2 " ) ;
75+ const data = await postRunpod ( input , "dbltnn5ugr3n3k " ) ;
7676 SAEDimActivationsCache [ dimCacheKey ] = data . tokens_acts_list ;
7777 return data . tokens_acts_list ;
7878}
@@ -84,7 +84,7 @@ export async function getSAEAllDimsActivations(
8484 if ( cacheKey in SAEAllDimsActivationsCache ) {
8585 return SAEAllDimsActivationsCache [ cacheKey ] ;
8686 }
87- const data = await postRunpod ( input , "fad3whi01lfmh2 " ) ;
87+ const data = await postRunpod ( input , "dbltnn5ugr3n3k " ) ;
8888 SAEAllDimsActivationsCache [ cacheKey ] = data . token_acts_list_by_active_dim ;
8989 return data . token_acts_list_by_active_dim ;
9090}
You can’t perform that action at this time.
0 commit comments