Compare commits
1 Commits
dream-buil
...
dream-buil
| Author | SHA1 | Date | |
|---|---|---|---|
| c0c05d5572 |
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y git \
|
||||
CUDA_HOME=/usr/local/cuda \
|
||||
TORCH_CUDA_ARCH_LIST="10.0" \
|
||||
pip install --no-cache-dir --no-build-isolation . && \
|
||||
rm -rf /tmp/lmcache && export CACHE_BUSTER=3
|
||||
rm -rf /tmp/lmcache && export CACHE_BUSTER=4
|
||||
|
||||
# Make sure we have the latest up to date chat template
|
||||
COPY glm_5.1_chat_template.jinja /opt/chat_template.jinja
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
chunk_size: 256
|
||||
local_cpu: true
|
||||
max_local_cpu_size: 256.0
|
||||
save_decode_cache: false
|
||||
save_decode_cache: true
|
||||
enable_lazy_memory_allocator: true
|
||||
lazy_memory_initial_ratio: 1.0
|
||||
use_gpu_connector_v3: true
|
||||
|
||||
Reference in New Issue
Block a user