Skip to content

Commit

Permalink
match HF task names
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Jan 14, 2025
1 parent e4b6a37 commit c756f29
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/inference/src/providers/replicate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,17 @@ export const REPLICATE_MODEL_IDS: Record<ModelId, ReplicateId> = {
"stabilityai/stable-diffusion-xl-base-1.0": "stability-ai/sdxl",
"XLabs-AI/flux-controlnet-collections": "xlabs-ai/flux-dev-controlnet",

/** image tools */
/** image-to-image */
"Carve/tracer_b7": "lucataco/remove-bg",

/** image-classification */
"Falconsai/nsfw_image_detection": "falcons-ai/nsfw_image_detection",

/** language */
/** text-generation */
"ibm-granite/granite-3.0-2b-instruct": "ibm-granite/granite-3.0-2b-instruct",
"ibm-granite/granite-3.0-8b-instruct": "ibm-granite/granite-3.0-8b-instruct",

/** vision */
/** image-text-to-text */
"allenai/Molmo-7B-D-0924": "zsxkib/molmo-7b",
"THUDM/cogvlm2-video-llama3-chat": "chenxwh/cogvlm2-video",

Expand Down

0 comments on commit c756f29

Please sign in to comment.