We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pytest
x86_64-linux
So, as advised in the Contribute guide, running conda env create -f environment.yml installs the following versions in a Debian container:
conda env create -f environment.yml
Successfully installed Pygments-2.19.1 accelerate-1.3.0 airportsdata-20241001 anyio-4.8.0 beartype-0.15.0 chardet-5.2.0 click-8.1.8 cloudpickle-3.1.1 cmake-3.31.4 coverage-7.6.10 cramjam-2.9.1 diff-cover-9.2.2 diskcache-5.6.3 distro-1.9.0 exllamav2-0.2.7 fastapi-0.115.8 fastparquet-2024.11.0 genson-1.3.0 h11-0.14.0 httpcore-1.0.7 httptools-0.6.4 httpx-0.28.1 interegular-0.3.3 jax-0.5.0 jaxlib-0.5.0 jiter-0.8.2 lark-1.2.2 llama-cpp-python-0.3.7 lm-format-enforcer-0.10.1 markdown-it-py-3.0.0 mdurl-0.1.2 ml_dtypes-0.5.1 mpmath-1.3.0 msgpack-1.1.0 nest_asyncio-1.6.0 networkx-3.4.2 ninja-1.11.1.3 numpy-1.26.4 nvidia-cublas-cu12-12.1.3.1 nvidia-cuda-cupti-cu12-12.1.105 nvidia-cuda-nvrtc-cu12-12.1.105 nvidia-cuda-runtime-cu12-12.1.105 nvidia-cudnn-cu12-8.9.2.26 nvidia-cufft-cu12-11.0.2.54 nvidia-curand-cu12-10.3.2.106 nvidia-cusolver-cu12-11.4.5.107 nvidia-cusparse-cu12-12.1.0.106 nvidia-ml-py-12.570.86 nvidia-nccl-cu12-2.20.5 nvidia-nvjitlink-cu12-12.4.127 nvidia-nvtx-cu12-12.1.105 openai-1.60.2 opt_einsum-3.4.0 outlines-0.1.15.dev1+g32d3700 outlines_core-0.1.26 pillow-11.1.0 prometheus-fastapi-instrumentator-7.0.2 prometheus_client-0.21.1 protobuf-5.29.3 psutil-6.1.1 py-cpuinfo-9.0.0 pycountry-24.6.1 pytest-benchmark-5.1.0 pytest-cov-6.0.0 pytest-mock-3.14.0 python-dotenv-1.0.1 ray-2.41.0 responses-0.25.6 rich-13.9.4 sentencepiece-0.2.0 sniffio-1.3.1 starlette-0.45.3 sympy-1.13.1 tiktoken-0.8.0 torch-2.3.0 torchvision-0.18.0 triton-2.3.0 uvicorn-0.34.0 uvloop-0.21.0 vllm-0.5.1 vllm-flash-attn-2.5.9 watchfiles-1.0.4 websockets-14.2 xformers-0.0.26.post1 done # # To activate this environment, use # # $ conda activate dottxt-ai # # To deactivate an active environment, use # # $ conda deactivate
However, when I run pytest, it fails... Below are a few log traces, I would really appreciate any help!
uv
nix
Originally posted by @yvan-sraka in #1389 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So, as advised in the Contribute guide, running
conda env create -f environment.yml
installs the following versions in a Debian container:However, when I run
pytest
, it fails... Below are a few log traces, I would really appreciate any help!uv
andnix
#1387)Originally posted by @yvan-sraka in #1389 (comment)
The text was updated successfully, but these errors were encountered: