-
Hello there, can the repo be updated not to require the fairseq installation? I can't seem to find a way around that installation for fairseq.
-
Нужно загрузить веса LLM (выбор модели обсуждаемо) в код fairseq
-
I am encountering a ```FloatingPointError``` between steps 43K and 48K while training the LGR-SMoE model on the OPUS-100 dataset for a total of 200K steps. The issue halts the training process, and I'…
-
你好:
我已经完成了
python preprocess_data.py -dataset USPTO_50K -augmentation 20 -processes 64 -spe
但是运行到
sh binarize.sh ../datasets/USPTO_50K/aug20 dict.txt
时发生报错
…
-
Is there any way to run this code without fairseq? I want to train tokengt with my own graph data and check the results.
-
Hi everyone,
I am running into the following error when trying to install fairseq
pip install fairseq
This is the error in question :
FileNotFoundError: [Errno 2] No such file or directo…
-
# fairseq v2
Hi everyone,
We wanted to let you know that FAIR will soon kick off the fairseq v2 project in order to modernize our code base and to address fairseq’s long standing structural and …
-
### Feature request
Add a `FileHandler` to root logger.
### Motivation
Transformers is only using StreamHandler for logging, which makes debug analysis hard across different experiments. Many other…
-
1.虚拟机:PyTorch 2.1.0 Python 3.10(ubuntu22.04) Cuda 12.1
2.新建了python虚拟环境,并指定python版本为3.11.10.
3.之后按照mcts文档下载相应版本的包
4.安装fairseq:git clone→ cd fairseq→ 按照文档下载特定版本的fairseq→pip install 特定的版本
5.显示安装成功…
-
Hi,
I'm trying to load your model weights using the instructions found in the README.
When loading the model I get the following error:
```python
Python 3.9.20 | packaged by conda-forge | (mai…