-
I'm trying to repro the faiss GPU baseline results with MSSPACEV dataset. I'm following the instructions using the [FAISS T3 Baseline] (https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main…
-
In order to support sub-byte dtypes for quantization, I (and many others) believe that it is better to pack these smaller dtypes into existing pytorch dtypes in order to reduce memory bandwidth conten…
-
Parameter substitution for custom variables is not working on LTI 1.1 launches. Need to investigate if this is a bug or if the feature was never implemented.
It's a good idea to check https://githu…
-
Our authentication code is mostly consolidated under edx-drf-extensions and edx-platform's oauth_dispatch (as examples).
Some services use custom authentication code, such as [edx-platform XBlocks …
-
Hi, here is the first attempt to translate to Czech, please update the interface so that we can select Czech.
Thanks.
https://app.transifex.com/open-edx/dashboard/all_projects/cs/
edX101
…
-
My own edx https://sandbox.etu.ru uses xblocks with latex https://studio-input-filter.mitx.mit.edu/latex2edx?raw=1 to compile mathcode. What can I do to make compilation on the local server? After ins…
-
Preserve the changes made in the following two commits:
- https://github.com/jazkarta/edx-platform/commit/ebcf93002557176102df2bf93ab79a979aaf0fba
- https://github.com/jazkarta/edx-platform/commit/8d7…
-
## Description
We were having the following error when loading a unit with an SGA block in the LMS:
![image](https://user-images.githubusercontent.com/64440265/218189232-e44888f2-22c3-4fad-a219-3b69…
-
Just a thought:
This package looks promising but I'd like to suggest that you create a client (iframe-resident) element to your package that handles a security relationship.
See: https://github…
-
For the following triton kernels generated by pytorch, triton generated shared memory stores and loads in the LLVM IR and PTX just before the atomic add operation.
```python
from ctypes import…