-
Anyone have some notes or tips for installing on Python 3?
dabodev.com says "Some initial steps at porting to Python 3 have been made" which points to the dabo3 branch.
Which currently doesn't …
-
## Background and Motivation
Most computer hardware implements division as a `truncated division`. Correspondingly, many languages implement their division (`x / y`) and remainder (`x % y`) support…
-
Here is my code for Exllamav2_HF
```python
import torch, os
from contextlib import contextmanager
from pathlib import Path
from typing import Optional, List, Union, Dict
from transformers impo…
-
Very interesting idea 💡 of extracting DAGs from Text (DEFT)! So I want to do some experiments with this code.
Running the notebook (short story case) locally of 2 of my PC’s seems to hang in the Da…
-
This is a new feature request as part of this request, we would like to extend CloudHypervisor with the capability to launch an AMD SEV-SNP enlightened guest.
Whitepaper for SEV-SNP feature: https:…
-
The [works extension](https://github.com/duraspace/pcdm/blob/master/pcdm-ext/works.rdf) includes a Work class for representing the top level of an item (e.g., an entire book as opposed to its pages).
…
-
-
### Initial thoughts on architecture of Backup/Sync service
Use cases to keep in mind:
* Backup (high prio)
* Sync (med prio)
* Thin Client (low prio)
Backup requirements:
* Being able to ba…
-
Thanks for the help on Stackoverflow today! I've really been enjoying getting to know your library, and in conjunction, learning tradeoffs between your approach and that of Conal Elliot in `concat`, n…
-
The new Master file, with the merges from ia and diffbot-testing, crash when using the spider to load pages into the index at relatively high speed. Configuration used was 4 node non-mirrored cluster …