Feature Extraction
Transformers
Safetensors
internlm2
custom_code
jondurbin commited on
Commit
7728322
1 Parent(s): 48ce63c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -10
README.md CHANGED
@@ -773,19 +773,25 @@ Think carefully before responding, and be sure to include your reasoning when ap
773
 
774
  ## Renting instances to run the model
775
 
776
- ### MassedCompute
777
 
778
  [Massed Compute](https://massedcompute.com/?utm_source=huggingface&utm_creative_format=model_card&utm_content=creator_jon) has created a Virtual Machine (VM) pre-loaded with TGI and Text Generation WebUI.
779
 
780
- 1) For this model rent the [Jon Durbin 2xA6000](https://shop.massedcompute.com/products/jon-durbin-2x-a6000?utm_source=huggingface&utm_creative_format=model_card&utm_content=creator_jon) Virtual Machine use the code 'JonDurbin' for 50% your rental
781
- 2) After you start your rental you will receive an email with instructions on how to Login to the VM
782
- 3) Once inside the VM, open the terminal and run `conda activate text-generation-inference`
783
- 4) Then `cd Desktop/text-generation-inference/`
784
- 5) Run `volume=$PWD/data`
785
- 6) Run `model=jondurbin/bagel-dpo-20b-v04`
786
- 7) `sudo docker run --gpus '"device=0,1"' --shm-size 1g -p 8080:80 -v $volume:/data ghcr.io/huggingface/text-generation-inference:1.3 --model-id $model`
787
- 8) The model will take some time to load...
788
- 9) Once loaded the model will be available on port 8080
 
 
 
 
 
 
789
 
790
  Sample command within the VM
791
  ```
 
773
 
774
  ## Renting instances to run the model
775
 
776
+ ### Massed Compute Virtual Machine
777
 
778
  [Massed Compute](https://massedcompute.com/?utm_source=huggingface&utm_creative_format=model_card&utm_content=creator_jon) has created a Virtual Machine (VM) pre-loaded with TGI and Text Generation WebUI.
779
 
780
+ 1) For this model, [create an account](https://bit.ly/jon-durbin) in Massed Compute. When renting a Virtual Machine use the code 'JonDurbin' for 50% your rental.
781
+ 2) After you created your account update your billing and navigate to the deploy page.
782
+ 3) Select the following
783
+ - GPU Type: A6000
784
+ - GPU Quantity: 1
785
+ - Category: Creator
786
+ - Image: Jon Durbin
787
+ - Coupon Code: JonDurbin
788
+ 4) Deploy the VM!
789
+ 5) Navigate to 'Running Instances' to retrieve instructions to login to the VM
790
+ 6) Once inside the VM, open the terminal and run `volume=$PWD/data`
791
+ 7) Run `model=jondurbin/bagel-dpo-20b-v04`
792
+ 8) `sudo docker run --gpus all --shm-size 1g -p 8080:80 -v $volume:/data ghcr.io/huggingface/text-generation-inference:1.3 --model-id $model`
793
+ 9) The model will take some time to load...
794
+ 10) Once loaded the model will be available on port 8080
795
 
796
  Sample command within the VM
797
  ```