nateraw / nexusraven-v2-13b

  • Public
  • 32 runs
  • A100 (80GB)

Input

Run this to download the model and run it in your local environment:

docker run -d -p 5000:5000 --gpus=all r8.im/nateraw/nexusraven-v2-13b@sha256:0318f81c2ec8bd8bf57c5e4626eadfb3d0674ece8f8b714b9429f79c80e7e256
curl -s -X POST \
  -H "Content-Type: application/json" \
  -d $'{
    "input": {
      "top_k": 50,
      "top_p": 1,
      "temperature": 1,
      "max_new_tokens": 256
    }
  }' \
  http://localhost:5000/predictions

To learn more, take a look at the Cog documentation.

Output

No output yet! Press "Submit" to start a prediction.

Run time and cost

This model costs approximately $0.036 to run on Replicate, or 27 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.

This model runs on Nvidia A100 (80GB) GPU hardware. Predictions typically complete within 26 seconds. The predict time for this model varies significantly based on the inputs.

Readme

This model doesn't have a readme.