File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 8989 " ## Installation: MaxText & Other Dependencies"
9090 ]
9191 },
92+ {
93+ "cell_type" : " markdown" ,
94+ "metadata" : {},
95+ "source" : [
96+ " **⚠️ Note:** The installation process in following cell may take a few minutes to complete. Please be patient."
97+ ]
98+ },
9299 {
93100 "cell_type" : " code" ,
94101 "execution_count" : null ,
108115 " !python3 -m MaxText.install_maxtext_extra_deps\n " ,
109116 " \n " ,
110117 " # Install vLLM for Jax and TPUs\n " ,
111- " !uv pip install vllm-tpu"
118+ " !uv pip install vllm-tpu\n " ,
119+ " !uv pip install --no-deps qwix==0.1.4"
112120 ]
113121 },
114122 {
154162 " from MaxText.integration.tunix.tunix_adapter import TunixMaxTextAdapter\n " ,
155163 " from MaxText.sft import sft_trainer\n " ,
156164 " \n " ,
165+ " # Suppress vLLM logging with a severity level below ERROR\n " ,
166+ " os.environ[\" VLLM_LOGGING_LEVEL\" ] = \" ERROR\"\n " ,
157167 " from tunix.rl.rollout.vllm_rollout import VllmRollout\n " ,
158168 " \n " ,
159169 " from datetime import datetime\n " ,
You can’t perform that action at this time.
0 commit comments