-
The description of the neuron model gif_psc_exp states that the adaptive current q_stc is given as a list of nA. I think this has to be pA.
I can not find a conversion between nA and pA in models/gif…
-
[The model](https://github.com/ModelDBRepository/136095/) fails with:
```plaintext
-Segmentation violation
-Backtrace:
- /lib/x86_64-linux-gnu/libc.so.6 : ()+0x42520
- %model_dir%/x86_64/libnrn…
-
**Describe the bug**
While running some experiments together with @TeEsTeBe, we found the implementation of the `aeif_psc_alpha` neuron model appears to be numerically unstable for certain RNG seeds,…
-
My code as below:
import torch
from PIL import Image
import requests
import torch_neuronx
from transformers import SamModel, SamProcessor
#device = "cuda" if torch.cuda.is_available() else "…
-
### Your current environment
The output of `python collect_env.py`
```text
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A…
-
I am trying to run the example in [this user guide](https://awsdocs-neuron.readthedocs-hosted.com/en/v2.9.1/frameworks/torch/torch-neuronx/tutorials/training/distributed_data_parallel.html) on a trn1.…
-
For some reason, `torch.argsort` is crashing when the tensor is on a Neuron device. For example, the code snippet bellow works as expected (on CPU):
```
>>> import torch
>>> import torch_neuronx
>…
-
### System Info
Sagemaker Docker images:
```shell
763104351884.dkr.ecr.us-east-2.amazonaws.com/huggingface-pytorch-training-neuronx:1.13.1-transformers4.36.2-neuronx-py310-sdk2.18.0-ubuntu20.04
…
-
Hello,
I'm trying to compile one of our models (a 70B Llama-3 variant) on inf2.24xlarge. I load the model in 8-bit and compile it on the fly with the LMI 0.29 container on SageMaker (Neuron SDK 2.1…
-
1. **Lab Name**: Neuron Simulation Virtual Lab
2. **List of Experiments and Repositories**:
- Modeling resting potentials in Neurons
https://github.com/virtual-labs/exp-modeling-resti…