Skip to content

Instantly share code, notes, and snippets.

@bhargav
Created September 17, 2023 18:37
Show Gist options
  • Save bhargav/65bbbd039bda6f39504448656e88ab6b to your computer and use it in GitHub Desktop.
Save bhargav/65bbbd039bda6f39504448656e88ab6b to your computer and use it in GitHub Desktop.
2023-09 - ctransformers - successful build log
root@7bd5fc7b82ee:/ctransformers# CC=/opt/rocm/llvm/bin/clang CXX=/opt/rocm/llvm/bin/clang++ CT_HIPBLAS=1 pip install .
Processing /ctransformers
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting py-cpuinfo<10.0.0,>=9.0.0
Using cached py_cpuinfo-9.0.0-py3-none-any.whl (22 kB)
Collecting huggingface-hub
Using cached huggingface_hub-0.17.1-py3-none-any.whl (294 kB)
Collecting typing-extensions>=3.7.4.3
Using cached typing_extensions-4.7.1-py3-none-any.whl (33 kB)
Collecting filelock
Using cached filelock-3.12.4-py3-none-any.whl (11 kB)
Collecting pyyaml>=5.1
Using cached PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (705 kB)
Collecting packaging>=20.9
Using cached packaging-23.1-py3-none-any.whl (48 kB)
Collecting requests
Using cached requests-2.31.0-py3-none-any.whl (62 kB)
Collecting tqdm>=4.42.1
Using cached tqdm-4.66.1-py3-none-any.whl (78 kB)
Collecting fsspec
Using cached fsspec-2023.9.1-py3-none-any.whl (173 kB)
Collecting idna<4,>=2.5
Using cached idna-3.4-py3-none-any.whl (61 kB)
Collecting certifi>=2017.4.17
Using cached certifi-2023.7.22-py3-none-any.whl (158 kB)
Collecting charset-normalizer<4,>=2
Using cached charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (201 kB)
Collecting urllib3<3,>=1.21.1
Using cached urllib3-2.0.4-py3-none-any.whl (123 kB)
Building wheels for collected packages: ctransformers
Building wheel for ctransformers (pyproject.toml) ... done
Created wheel for ctransformers: filename=ctransformers-0.2.27-cp310-cp310-linux_x86_64.whl size=11020600 sha256=52a0caf1e6bdde978778f869751260ca0592d43d81c4e140f2f0630cb6b2506b
Stored in directory: /tmp/pip-ephem-wheel-cache-w8ue686h/wheels/b3/ab/50/214c487f7687402f0eb4a6d5e7b8732ea332b9c63dbb0ca956
Successfully built ctransformers
Installing collected packages: py-cpuinfo, urllib3, typing-extensions, tqdm, pyyaml, packaging, idna, fsspec, filelock, charset-normalizer, certifi, requests, huggingface-hub, ctransformers
Successfully installed certifi-2023.7.22 charset-normalizer-3.2.0 ctransformers-0.2.27 filelock-3.12.4 fsspec-2023.9.1 huggingface-hub-0.17.1 idna-3.4 packaging-23.1 py-cpuinfo-9.0.0 pyyaml-6.0.1 requests-2.31.0 tqdm-4.66.1 typing-extensions-4.7.1 urllib3-2.0.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment