-
### 请提出你的问题
按照[官方教程](https://www.paddlepaddle.org.cn/documentation/docs/zh/install/compile/arm-compile.html#anchor-0)进行操作,将 Paddle 的源代码克隆到当下目录下了,但是执行第九步骤时出现下图异常(在路径Paddle/bulid执行)
![image](https…
-
**Describe the bug**
I have 2 nodes with 8 A100s each, using dask-scheduler and dask-cuda-worker to start a 2 node 16 GPUs cluster, KMeans MNMG hangs when K grows to around 8000.
Smaller K (1000) wo…
-
先说明下,最近刚发现百度这个开源项目,乍一看,CV的各种检测算法、分类模型、分割、文字识别、甚至是YOLO v3的支持,都让我心跳加速,恨没有早发现这个开源项目。怀着激动的心情,我开始了这段旅途~
第一步,自然是源码构建,立马就躺了一坑。因为我习惯是在build目录下,再创建debug和release目录用来分开构建。岂料,死活就是构建不成功,报个什么snappy头文件的错误,来这里找答案也…
-
Hello, does it support lighting augmentation?
-
```
cnmf_obj.consensus(k=selected_K,
density_threshold=density_threshold,
show_clustering=True,
close_clustergram_fig=False)
```
error…
-
cuml.decomposition.PCA and cuml.decomposition.PCA currently fail if all columns are integers and succeeds if at least one column is a float. We should be robust to all integer input dataframes.
```…
-
## 🐛 Bug
I'm trying run to Mixtral 8-7B model on Jetson AGX (aarch64, sm_87). But getting the following error:
```bash
root@tegra-ubuntu:/# python3 /opt/mlc-llm/benchmark.py --model /data/models/…
-
### Description
Get's suck here forever! "Jitify is performing a one-time only warm-up to populate the persistent cache, this may take a few seconds and will be improved in a future release...
j…
-
JAX already supports DLPack via `jax.dlpack.to_dlpack` and `jax.dlpack.from_dlpack`. If `jax.Array` were compatible with the Protocol below we'd have a much easier time to interop between array API co…
-
I want to run vicuna-7b on nv gpu based on mlc-llm. I followed the [intruction](https://github.com/mlc-ai/mlc-llm/blob/main/ios/README.md) and have some changes:
1. Install relax.
```
g…