Skip to content

Commit

Permalink
[feat] pyfg use avx512 according to cpuinfo (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankongdeguiji authored Oct 30, 2024
1 parent 0d34ca6 commit 3922def
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codestyle_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
id: run_codestyle_ci
run: |
pip install -r requirements.txt
git config --global --add safe.directory $(pwd)
pre-commit run -a
2 changes: 1 addition & 1 deletion docs/source/models/loss.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ model_config {
```
model_config {
losses {
SoftmaxCrossEntropy {
softmax_cross_entropy {
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ graphlearn @ https://tzrec.oss-cn-beijing.aliyuncs.com/third_party/graphlearn-1.
graphlearn @ https://tzrec.oss-cn-beijing.aliyuncs.com/third_party/graphlearn-1.3.0-cp310-cp310-linux_x86_64.whl ; python_version=="3.10"
grpcio-tools<1.63.0
pandas
pyfg @ https://tzrec.oss-cn-beijing.aliyuncs.com/third_party/pyfg-0.3.2-cp311-cp311-linux_x86_64.whl ; python_version=="3.11"
pyfg @ https://tzrec.oss-cn-beijing.aliyuncs.com/third_party/pyfg-0.3.2-cp310-cp310-linux_x86_64.whl ; python_version=="3.10"
pyfg @ https://tzrec.oss-cn-beijing.aliyuncs.com/third_party/pyfg-0.3.4-cp311-cp311-linux_x86_64.whl ; python_version=="3.11"
pyfg @ https://tzrec.oss-cn-beijing.aliyuncs.com/third_party/pyfg-0.3.4-cp310-cp310-linux_x86_64.whl ; python_version=="3.10"
scikit-learn
tensorboard
torch==2.5.0
Expand Down
2 changes: 1 addition & 1 deletion tzrec/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.6.0"
__version__ = "0.6.1"

0 comments on commit 3922def

Please sign in to comment.