To deploy the Mistral 7B model on Akash, you can follow the instructions below.
SDL File for Mistral 7B Model Deployment on Akash
Use the SDL
file below:
Deployment Guide
1. Akash CLI Guide
Prerequisites:
- Make sure you have the Akash CLI (akash) installed and configured.
Steps:
- Initialize the SDL file: Save the mistral_7b_akash_deployment.yaml file in your working directory.
- Submit the Deployment: Use the Akash CLI to deploy the file to Akash.
Replace <your_akash_key>, <akash_node>, <deployment_sequence_number>, and <fees_in_akt> with your specific values.
-
Wait for Lease Creation: After deployment creation, wait for the provider to bid on your deployment and create a lease.
-
Service Validation: Once the lease is active, find the assigned IP for the service:
- Access the Service: You should be able to access the Mistral 7B model at http://
:80.
2. Akash Console Guide
Prerequisites:
- Access to the Akash Console.
Steps:
-
Login to the Akash Console: Navigate to the Akash Console and log in using your wallet.
-
Create a New Deployment:
- Click on “Create Deployment”.
- Upload the mistral_7b_akash_deployment.yaml file or paste its contents directly into the SDL editor.
- Click on “Next” to proceed.
- Select Pricing and Finalize:
- Choose a provider with GPU support that meets the SDL requirements.
- Confirm your payment settings and finalize the deployment.
- Deployment Validation:
- Once your deployment is active, check the “Lease” tab for the IP address.
- Click on the IP to access the Mistral 7B model endpoint directly.
These instructions should guide you through deploying the Mistral 7B model on Akash using both the Akash CLI and Console.