driazati / tvm

Open deep learning compiler stack for cpu, gpu and specialized accelerators
https://tvm.apache.org/
Apache License 2.0
1 stars 0 forks source link

stuff #29

Closed driazati closed 2 years ago

driazati commented 2 years ago

@tvm-bot merge

driazati commented 2 years ago

@tvm-bot merge

github-actions[bot] commented 2 years ago

Cannot merge, these CI jobs are not successful on 82a9fce7ec1b6dc6f2ab8f6c4296e5ca6909b177:

driazati commented 2 years ago

@tvm-bot merge

github-actions[bot] commented 2 years ago

Traceback (most recent call last): File "tests/scripts/github_tvmbot.py", line 536, in run pr.trigger_gha_ci(sha=info["sha"]) File "tests/scripts/github_tvmbot.py", line 446, in trigger_gha_ci r = self.github.post( File "/home/runner/work/tvm/tvm/tests/scripts/git_utils.py", line 101, in post return self._request(self.base + url, data, method="POST") File "/home/runner/work/tvm/tvm/tests/scripts/git_utils.py", line 90, in _request response = json.loads(response.read()) File "/usr/lib/python3.8/json/init.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) in https://github.com/driazati/tvm/actions/runs/2578735592

``` Traceback (most recent call last): File "tests/scripts/github_tvmbot.py", line 536, in run pr.trigger_gha_ci(sha=info["sha"]) File "tests/scripts/github_tvmbot.py", line 446, in trigger_gha_ci r = self.github.post( File "/home/runner/work/tvm/tvm/tests/scripts/git_utils.py", line 101, in post return self._request(self.base + url, data, method="POST") File "/home/runner/work/tvm/tvm/tests/scripts/git_utils.py", line 90, in _request response = json.loads(response.read()) File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) ```