diff --git a/.github/workflows/fairseq.yml b/.github/workflows/fairseq.yml index 2e367ba..d8698f6 100644 --- a/.github/workflows/fairseq.yml +++ b/.github/workflows/fairseq.yml @@ -6,7 +6,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: [3.10, 3.11, 3.12] + python-version: ['3.10', '3.11', '3.12'] steps: - uses: actions/setup-python@v4 with: diff --git a/README.md b/README.md new file mode 100644 index 0000000..b9da24c --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# WIN-WHL +个人编译windows环境下的一些python包,主要是机器学习相关的。借助github action,就可以避免在本地搞VS环境,何乐而不为呢?欢迎star和fork! + +请在Action里面找你想要的wheel包 + +目前已支持: +- [fairseq](https://github.com/facebookresearch/fairseq): python 3.10, 3.11, 3.12 \ No newline at end of file