Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwolf-x committed Nov 22, 2024
1 parent 2da34df commit 4878e1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fairseq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4878e1d

Please sign in to comment.