-
Hi folks, thanks for your help with understanding unlimiformer so far. My team and I trying to reproduce your training results from the paper using the following:
```
python src/run.py \ …
-
## 🚀 Model / language coverage
Running Megatron GPT from NeMo, we seem to have issues with [this line from Megatron core](https://github.com/NVIDIA/Megatron-LM/blob/c7a1f82d761577e6ca0338d3521eac82…
-
hello, I try to create a chatbot using LSA Algorithm.
I am new to Machine learning, so I don't know if this is correct.
since I use the LSA algorithm, so I need to call `TruncatedSVD()`
but this …
-
This issue lists all the examples that we should work on, if you have suggestions about new examples you can post them [here](https://github.com/unifyai/demos/issues/1).
If you want to work on any…
-
### 🐛 Describe the bug
We had many dynamic recompilation related to AMP (float vs half}. It happens when we use `TORCHDYNAMO_INLINE_INBUILT_NN_MODULES=1` /cc @ezyang @msaroufim @bdhirsh @anijain230…
-
The following circuit _without_ mutual inductance statement draws fine (in Jupyter notebook)
```python
c = Circuit("""
Vs 1 0 ac; down
Rs 1 2; right=1.5
R1 2 3; down
L1 3 4; down
R2 4 5; down…
-
### 🐛 Describe the bug
Issue summary:
As part of process to add CUDA ARM nightly wheel, we are seeing long build compilation time. Needs ~5hrs to compile https://github.com/pytorch/pytorch/actio…
-
i have downloaded AMC3025.mat file and in that file there are features for 3025 papers and three adj matrices for PLP, PTP and PAP relations with size 3025* 3025. we don't have corresponding hetero…
-
```
What steps will reproduce the problem?
1. create XYLineChart on a ICS or JellyBean device
2.
3.
What is the expected output? What do you see instead?
Symbols not showing in graph. Lines and symbo…
-
### 🐛 Describe the bug
A regression about `capture_pre_autograd_graph` is found to be introduced by #110222 .
`capture_pre_autograd_graph` is for graph capture and is now used for, for example, quan…