-
### System Info
```shell
AWS EC2 instance: trn1.32xlarge
OS: Ubuntu 22.04.4 LTS
Platform:
- Platform: Linux-6.5.0-1023-aws-x86_64-with-glibc2.35
- Python version: 3.10.12
Python packages:
…
-
The following MOD file:
```
NEURON {
SUFFIX disc
GLOBAL k, a0
}
PARAMETER {
k = 1
}
STATE {
a
}
INITIAL {
a = a0
}
BREAKPOINT {
SOLVE dis
}
DISCRETE dis {
a …
-
### Your current environment
```text
The output of `python collect_env.py`
```
Root cause:
liine 88 to 98 in model_runner in this [commit](https://github.com/vllm-project/vllm/commit/385da2dae…
-
I am facing an issue with pynestml.codegeneration.nest_code_generator_utils. I am trying to run stdp_windows.ipynb in the EBRAIN jupyterlab environment.
`module_name, neuron_model_name, synapse_mo…
-
Great framework!
I have some questions for EvoPress
1. Is this a valid config to run EvoPress (pruning) properly?
```bash
#!/bin/bash
export CUDA_VISIBLE_DEVICES=0,1
export SSL_CERT_DIR='/…
-
I'm trying to quantize a Mistral (7B) model to run with `aws-neuron` on an `Inf2` instance
It seems like the [`int8 weight storage`](https://awsdocs-neuron.readthedocs-hosted.com/en/latest/librarie…
jpaye updated
5 months ago
-
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 "…
-
####
**Lab Name**: Biosignal Processing and Analysis Lab
**Department**: Biotechnology and Biomedical Engineering
**List of Experiments and Repositories**:
1: Bio signal import and channe…
-
I hope this is the right place to ask this question. Let me know if I need to move to another repo.
Currently I'm using `NeuronModelForCausalLM`.
I have a use case where I need to be able to do …
-
Sample for Finetuning SD models will be supported in 2.16. Corresponding samples need to be supported in optimum-neuron