-
### 请提出你的问题
自己尝试llama做predict,遇到问题
python -u -m paddle.distributed.launch \
--gpus "6,7" \
--log_dir "output/$task_name""_log" \
run_pretrain.py \
--model_type "llama" \
--…
-
### 🐛 Describe the bug
- I am running a training code. It is running without any problem for 18853 iterations and then throwing this error. I have not written anything new at this point, the whole …
-
**Description:** I am experiencing issues using my GPU (Quadro K2200) with the latest software. Below is the log output when I try to load a model.
**Steps Taken:**
1. Initially, I was using the…
-
### 🐛 Describe the bug
The code runs fine without torch compile and fails with it.
### Error logs
```
---------------------------------------------------------------------------
AssertionError …
-
### 🐛 Describe the bug
Hello,
I tried using the beta forward-mode automatic differentiation, but I ran into an issue when trying to compile my forward pass. I wonder if it was an error on my part or…
-
**Dear Gents,**
**I am trying to fine-tune the VGG16 model in order to classify 5 classes, inspired by the link :** https://gist.github.com/fchollet/7eb39b44eb9e16e59632d25fb3119975.
**When i u…
-
### Your current environment
```text
Collecting environment information...
PyTorch version: 2.3.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
…
-
Hello! I got different segmentation results using the Cellpose GUI and the Python command line, and I'm very confused. Could you please explain why this is happening? Am I missing any parameters? Than…
-
## Describe the bug
Prompt Tuning model generates low-quality output
## Platform
Please provide details about the environment you are using, including the following:
- Interpreter version:…
-
### 🐛 Describe the bug
Functions [`torch.nn.functional.relu`](https://github.com/pytorch/pytorch/blob/main/torch/nn/functional.py#L1693) and [`torch.nn.functional.multi_head_attention_forward`](https…