We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f05ff commit c8c1f09Copy full SHA for c8c1f09
docker/Dockerfile
@@ -28,7 +28,6 @@ RUN python3 -m pip install --no-cache-dir \
28
git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7722158f58c35b7ffcd53b035fdbdda5126d#egg=lm-eval[api] \
29
pytest-cov \
30
tblib \
31
- numba
32
33
# Install tpu_inference
34
WORKDIR /workspace/tpu_inference
requirements.txt
@@ -15,3 +15,4 @@ qwix==0.1.1
15
torchvision==0.23.0
16
pathwaysutils
17
parameterized
18
+numba==0.62.1
0 commit comments