-
I face a crash on build 1.78 of boost python, on Windows 10, VS2019, VC142, Python 3.10 only on **debug** mode. Here is the script
```
#ifdef _DEBUG
#undef _DEBUG
#endif
#define PY_SSIZE_T_…
-
It'd be nice to have procs be self-contained, as objects are in OOP. IOW, it'd be nice to be able to do:
```
proc p {
config(...) { ... }
next(tok: token, state: state_t) {
let new_st…
-
### 🐛 Describe the bug
I am having serious doubt on the 1.13 Adam(fused=true) implementation.
First it should be faster than fused=False, in our case it is not, but also the numerical seems off.
…
-
_Error while loading word embedding glove_
**Logs:**
Loading from original dataset
Loading data from data/train_tok.jsonl
Loading data from data/train_tok.tables.jsonl
Loading data from data/de…
-
作者你好,我想问下关于脚本 `train_non_contextualized_embeddings.sh` 的问题。我报错如下:
`wc: fr.wikipedia.tok: 没有那个文件或目录
usage: sample_corpus.py [-h] --corpus CORPUS --target_size TARGET_SIZE
-…
-
### What happened and why was it ungood?
Not sure whether to post this here or to Parseq repo. While trying to generate a video using default parseq document:
Info: Sampler: 'DPM++ 2M SDE' Schedul…
-
Here is what I am getting (see below)
FP8 slower than FP16
for FP16, multiples of 16 make things slower than multiple of 8
Am I missing something ?
Batch_size_multiple 16 // Seqlen multi…
-
Particularly the store connections like
```
user: temporal_tok
password: '{{ .Env.TEMPORAL_DEFAULT_DATASTORE_PASSWORD }}'
pluginName: …
-
I am trying to compile dev86 for use on macOS. However, when following the README instructions, I get the following error:
```
/Library/Developer/CommandLineTools/usr/bin/make -C unproto CC='cc' C…
ghost updated
2 years ago
-
I'm trying to port an old version of a JS component, into a React-based one.
That also means porting the implementation of an ancient version of CM into the one used in this repo.
In a function …