yuanke
yuanke
No, for any other branch of transformer and projects on github, i can access it freely
amd00@MZ32-00:~/yk_repo/triton/python$ export LLVM_BUILD_DIR=$HOME/yk_repo/llvm-project/build amd00@MZ32-00:~/yk_repo/triton/python$ LLVM_INCLUDE_DIRS=$LLVM_BUILD_DIR/include LLVM_LIBRARY_DIR=$LLVM_BUILD_DIR/lib LLVM_SYSPATH=$LLVM_BUILD_DIR pip install -e . Defaulting to user installation because normal site-packages is not writeable Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Obtaining file:///home/amd00/yk_repo/triton/python Installing build dependencies...
root@MZ32-00:/home/amd00/yk_repo/triton/python# LLVM_INCLUDE_DIRS=$LLVM_BUILD_DIR/include LLVM_LIBRARY_DIR=$LLVM_BUILD_DIR/lib LLVM_SYSPATH=$LLVM_BUILD_DIR sudo pip install -e . Obtaining file:///home/amd00/yk_repo/triton/python Installing build dependencies ... done Checking if build backend supports build_editable ... done Getting requirements to build wheel ......
so, what the exact steps for set up a dev environments for external developer?
I try to build HugeCTR from source on the image which I build with " Merlin/docker$ sudo docker build --pull -f dockerfile.merlin . " I it falied with
the I try: (base) amd00@MZ32-00:~/yk_repo/HugeCTR/Merlin/docker$ sudo docker build --pull -f dockerfile.ctr . [+] Building 3.6s (7/7) FINISHED docker:default => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s =>...
Attempting uninstall: datasets Found existing installation: datasets 2.11.0 Uninstalling datasets-2.11.0: Successfully uninstalled datasets-2.11.0 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This...
[INFO|configuration_utils.py:620] 2023-04-27 19:56:28,521 >> Model config RobertaConfig { "architectures": [ "RobertaForMaskedLM" ], "attention_probs_dropout_prob": 0.1, "bos_token_id": 0, "classifier_dropout": null, "eos_token_id": 2, "hidden_act": "gelu", "hidden_dropout_prob": 0.1, "hidden_size": 1024, "initializer_range": 0.02, "intermediate_size": 4096,...
so, we cannot run it on SM=7.5 GPU card, right?