mocusez
mocusez
**是`BUG反馈`还是`需求提交`(Is this a BUG REPORT or FEATURE REQUEST)?** (choose one): BUG REPORT **PaaS/PaaSAgent版本(The versions used):** **发生了什么(What happened):** 白皮书对应的链接在2022.5.7失效,访问404 https://docs.bk.tencent.com/product_white_paper/paas/ **期望是什么(What you expected to happen):** 补齐链接,或者删去内容 **如何复现(How to reproduce it):** **相关的日志详情(访问日志及应用日志:...
#130 I saw an issue relate with this, and I also used Cloudflare to establish a reverse access API for openai, so I would like to make some minor modifications...
Sounds like a good idea, but it not work when I try it 🤔 software version: 0.2.0 system version: Windows 10 22H2 What additional debugging information can I provide?
```python from numba_mlir import njit import numpy as np print(np.array(["hello", "world"])) @njit def foo(a): return a print(foo(np.array(["hello", "world"]))) ``` output: ``` ... ['hello' 'world'] RuntimeError: MLIR pipeline failed ```