Updated QwQ train notebook
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
|||||||
**.egg-info/
|
**.egg-info/
|
||||||
|
**/_unsloth_temporary_saved_buffers/
|
||||||
.env
|
.env
|
||||||
__pycache__/
|
__pycache__/
|
||||||
collect.txt
|
collect.txt
|
||||||
|
|||||||
@@ -12,10 +12,10 @@ export MSYS_NO_PATHCONV=1
|
|||||||
# Pod configuration
|
# Pod configuration
|
||||||
GPU_TYPE=${GPU_TYPE:-"NVIDIA RTX 6000 Ada Generation"}
|
GPU_TYPE=${GPU_TYPE:-"NVIDIA RTX 6000 Ada Generation"}
|
||||||
GPU_COUNT=${GPU_COUNT:-1}
|
GPU_COUNT=${GPU_COUNT:-1}
|
||||||
CONTAINER_DISK_SIZE=${CONTAINER_DISK_SIZE:-100} # GB
|
CONTAINER_DISK_SIZE=${CONTAINER_DISK_SIZE:-200} # GB
|
||||||
CPU_COUNT=${CPU_COUNT:-1} # vCPUs
|
CPU_COUNT=${CPU_COUNT:-1} # vCPUs
|
||||||
POD_NAME=${POD_NAME:-"sia-agent"}
|
POD_NAME=${POD_NAME:-"sia-agent"}
|
||||||
VOLUME_SIZE=${VOLUME_SIZE:-200} # GB
|
VOLUME_SIZE=${VOLUME_SIZE:-50} # GB
|
||||||
VOLUME_PATH=${VOLUME_PATH:-"/root/data"} # Mount path within container
|
VOLUME_PATH=${VOLUME_PATH:-"/root/data"} # Mount path within container
|
||||||
|
|
||||||
# Docker configuration
|
# Docker configuration
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user