Skip to content

Commit

Permalink
llama
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzheng422 committed Jan 6, 2025
1 parent 3e24340 commit 8dc1e31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions redhat/ocp4/4.16/2024.12.llama.factory.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ But this will not stop us, our target is to run the multiple node task using `ra

cd /data/git/LLaMA-Factory

podman build -t quay.io/wangzheng422/qimgs:llama-factory-ray-20250102-v02 -f wzh/ray.dockerfile .
podman build -t quay.io/wangzheng422/qimgs:llama-factory-ray-20250103-v01 -f wzh/ray.dockerfile .


podman run --rm -it quay.io/wangzheng422/qimgs:llama-factory-ray-20250102-v02 /bin/bash


podman push quay.io/wangzheng422/qimgs:llama-factory-ray-20250102-v02
podman push quay.io/wangzheng422/qimgs:llama-factory-ray-20250103-v01

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
" worker_cpu_limits=1,\n",
" worker_memory_requests=4,\n",
" worker_memory_limits=6,\n",
" image=\"quay.io/wangzheng422/qimgs:llama-factory-ray-20250102-v02\", # Optional Field \n",
" image=\"quay.io/wangzheng422/qimgs:llama-factory-ray-20250103-v01\", # Optional Field \n",
" write_to_file=False, # When enabled Ray Cluster yaml files are written to /HOME/.codeflare/resources \n",
" # local_queue=\"local-queue-name\" # Specify the local queue manually\n",
"))"
Expand Down

0 comments on commit 8dc1e31

Please sign in to comment.