-
NumPy lets the user pass dtype without kwarg, as the second positional argument: `np.zeros((3, 4), np.float32)`
In PyTorch `torch.zeros((3,4), torch.float32)` results in: `TypeError: zeros(): argum…
-
### Feature request
## Description
This feature proposal aims to update Hugging Face's support for tensor parallelism (TP) to accommodate the increasing size and complexity of models such as [LLaM…
-
Hello, IREE developers, I've seen a similar question asked before: https://github.com/iree-org/iree/issues/11573#issuecomment-1371128261, but it seems lack of further discussion.
Suppose we have a c…
LWenH updated
1 month ago
-
I've tried to merge Mistral 7B with Platypus2-7B and I receive this error "Tensor model.layers.39.mlp.down_proj.weight required but not present in model garage-bAInd/Platypus2-7B".
I also tried ot…
-
### bug描述 Describe the Bug
# paddle 对 张量slice失败
## Device:
NVIDIA A100 40GB
## Cuda:
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Tue_Mar__8_1…
-
# ComfyUI Error Report
## Error Details
- **Node Type:** MagicClothing_Inpainting
- **Exception Type:** TypeError
- **Exception Message:** For single controlnet: `controlnet_conditioning_scale` mu…
jh248 updated
1 month ago
-
https://docs.sympy.org/latest/modules/matrices/expressions.html
https://docs.sympy.org/latest/modules/tensor/tensor.html
See also:
- #30307 - Refactor Components into parent & element
- #31942 -…
-
Hi, Thanks for the great repo. I am new to FSL and have met some problems and cannot solve them.
**Problem**
I am using the classical training notebooks and trying to implement the SimpleShot inst…
-
### Prerequisites
- [X] I am running the latest code. Mention the version if possible as well.
- [X] I carefully followed the [README.md](https://github.com/ggerganov/llama.cpp/blob/master/README.…
-
**Describe the bug**
Using GraphFormatConvertor to go from nx to pyg graph results in a doubling of the number of edges indicated by edge_index (this means we are going from undirected nx edges to di…