diff --git a/.env b/.env index 58df547..32342f2 100644 --- a/.env +++ b/.env @@ -4,13 +4,11 @@ USER=root PASSWORD=6)Jr)B@dcX[mN?dx # B200 Paths -DOCKER_COMPOSE=/root/nvidia-meeting/docker-compose.yml WEIGHTS=/root/nvidia-meeting/DeepSeek-V4-Pro-NVFP4 REPO=/root/nvidia-meeting/deepseek-v4-quant # Docker IMAGE=atl.vultrcr.com/vllm/vllm-dsv4-nvfp4:latest -CONTAINER_NAME=nvidia-meeting-vllm-1 # Remotes REPO_URL=https://sweetapi.com/biondizzle/deepseek-v4-quant.git diff --git a/.gitignore b/.gitignore index 66de482..2eea525 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1 @@ -# Dequantized BF16 weights (3TB) -DeepSeek-V4-Pro-BF16/ - -# Calibration state (huge, not for git) -*.pt - -# Python -__pycache__/ -*.pyc -.venv/ +.env \ No newline at end of file