There was an error while loading. Please reload this page.
1 parent 690e11b commit 5d60cd0Copy full SHA for 5d60cd0
1 file changed
crates/prism-lium/src/client.rs
@@ -424,9 +424,10 @@ impl LiumClient {
424
"set -e
425
command -v pip >/dev/null 2>&1 || apt-get update -q
426
command -v pip >/dev/null 2>&1 || DEBIAN_FRONTEND=noninteractive apt-get install -y -q python3-pip
427
+python3 -c 'import torch' 2>/dev/null || echo 'torch stopping'
428
python3 -c 'import transformers' 2>/dev/null || pip install \
429
--break-system-packages --root-user-action=ignore \
- torch==2.4.1 'transformers==4.44.2' 'datasets==3.0.2' 'pyarrow==17.0.0'
430
+ 'transformers==4.44.2' 'datasets==3.0.2' 'pyarrow==17.0.0'
431
mkdir -p /tmp/prism_eval
432
echo '{harness_b64}' | base64 -d > /tmp/prism_eval/prism_harness.py
433
echo '{arch_b64}' | base64 -d > /tmp/prism_eval/architecture.py
0 commit comments