-
Hi Jonathan,
Hope you are doing great! I have a question recently about implementing PCE about whether it is possible to achieve the continuous evaluation of the uncertainty over a time period for …
-
Flash attn 2.5.7 always complains about the input data type even when it's clearly a correct one.
I'm using the base image `nvcr.io/nvidia/pytorch:24.03-py3`
```
>>> import torch, flash_attn
>>>…
-
```py
from phi.assistant import Assistant
from phi.tools.yfinance import YFinanceTools
from phi.llm.groq import Groq
assistant = Assistant(llm=Groq(model="llama3-8b-8192"),tools=[YFinanceTools(s…
-
The following examples takes too long:
```
sage: from mclf import *
sage: R. = QQ[]
sage: f = 36*x^4 - 10584*x^2 + 227808*x - 1752300
sage: Y = SuperellipticCurve(f, 3)
sage: v3 = QQ.valuatio…
-
### 问题描述 Issue Description
在龙芯3A5000上安装麒麟V10系统后,编译paddle报错问题
### 版本&环境信息 Version & Environment Information
## 系统信息
```bash
rongsi@PC-pc:/data/work/lib/Paddle$ arch
loongarch64
rongsi@PC-pc:…
-
I am running the [phi3 vision directml](https://huggingface.co/microsoft/Phi-3-vision-128k-instruct-onnx-directml/tree/main/directml-int4-rtn-block-32) tutorial [code](https://onnxruntime.ai/docs/gena…
-
In this code variables `l_271` and `l_253` are not available at -O2/-O3 during debugging at line 9.
In short, GVN introduces a PHI node for the value of `b` needed in the expression at line 9. As i…
-
## Description of bug / unexpected behavior
In the animation below where image 'lies' on `NumberPlane`, It always remains a rectangle instead of getting distorted into a trapezium.
However, doing …
-
预测脚本:
python3 infer_resnet.py --model_file=./resnet50/inference.pdmodel --params_file=./resnet50/inference.pdiparams --run_mode=trt_int8
报错如下:
I0117 21:55:26.689865 23205 engine.cc:675] ====== en…
-