You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone --depth 1 https://github.com/hiyouga/LLaMA-Factory.git
cd docker/docker-cuda/
docker compose up -d
docker compose exec llamafactory bash
为什么推理时提示内核不满足
Detected kernel version 3.10.0, which is below the recommended minimum of 5.5.0; this can cause the process to hang. It is recommended to upgrade the kernel to the minimum version or higher.
而且pip check很多程序不兼容,导致使用量化Int8总是报错,提示兼容性有问题
root@90c3997a1c1f:/app/src/saves/Llama-3.1-8B-Instruct/lora# pip check
cudf 23.12.0 has requirement pandas<1.6.0dev0,>=1.3, but you have pandas 2.2.3.
dask-cuda 23.12.0 has requirement pandas<1.6.0.dev0,>=1.3, but you have pandas 2.2.3.
dask-cudf 23.12.0 has requirement pandas<1.6.0dev0,>=1.3, but you have pandas 2.2.3.
spacy 3.7.2 has requirement typer<0.10.0,>=0.3.0, but you have typer 0.15.1.
weasel 0.3.4 has requirement typer<0.10.0,>=0.3.0, but you have typer 0.15.1.
cmake 3.28.1 is not supported on this platform
ninja 1.11.1.1 is not supported on this platform
Others
No response
The text was updated successfully, but these errors were encountered:
Reminder
System Info
root@90c3997a1c1f:/app/data# llamafactory-cli env
llamafactory
version: 0.9.2.dev0Reproduction
docker下运行,安装命令
为什么推理时提示内核不满足
而且pip check很多程序不兼容,导致使用量化Int8总是报错,提示兼容性有问题
Others
No response
The text was updated successfully, but these errors were encountered: