zetavg commited on
Commit
4c02e18
1 Parent(s): d047590

update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,7 +41,7 @@ After following the [installation guide of SkyPilot](https://skypilot.readthedoc
41
  # llama-lora-multitool.yaml
42
 
43
  resources:
44
- accelerators: A10:1 # 1x NVIDIA A10 GPU
45
  cloud: lambda # Optional; if left out, SkyPilot will automatically pick the cheapest cloud.
46
 
47
  file_mounts:
@@ -50,7 +50,7 @@ file_mounts:
50
  # See https://skypilot.readthedocs.io/en/latest/reference/storage.html for details.
51
  /data:
52
  name: llama-lora-multitool-data # Make sure this name is unique or you own this bucket. If it does not exists, SkyPilot will try to create a bucket with this name.
53
- store: gcs # Could be either of [s3, gcs]
54
  mode: MOUNT
55
 
56
  # Clone the LLaMA-LoRA repo and install its dependencies.
 
41
  # llama-lora-multitool.yaml
42
 
43
  resources:
44
+ accelerators: A10:1 # 1x NVIDIA A10 GPU, about US$ 0.6 / hr on Lambda Cloud.
45
  cloud: lambda # Optional; if left out, SkyPilot will automatically pick the cheapest cloud.
46
 
47
  file_mounts:
 
50
  # See https://skypilot.readthedocs.io/en/latest/reference/storage.html for details.
51
  /data:
52
  name: llama-lora-multitool-data # Make sure this name is unique or you own this bucket. If it does not exists, SkyPilot will try to create a bucket with this name.
53
+ store: s3 # Could be either of [s3, gcs]
54
  mode: MOUNT
55
 
56
  # Clone the LLaMA-LoRA repo and install its dependencies.