Skip to content

Commit

Permalink
fix(docs): correct typo in project description (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesCNorton authored Feb 17, 2025
1 parent 951b4ad commit b5d6e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GNI

GPU Node ID (GNI) is a rust based library for creating an identifier for the set of GPUs running on the host. The ID is generated by hashing (blake3) all GPU UUIDs sorted lexicographically. GNI provides a consistent implementation for calculating and retrieving the ID, with bindings to a set of languages (Python, Go, C, CPP) to ensure a consistent and startardized approach to using this ID.
GPU Node ID (GNI) is a rust based library for creating an identifier for the set of GPUs running on the host. The ID is generated by hashing (blake3) all GPU UUIDs sorted lexicographically. GNI provides a consistent implementation for calculating and retrieving the ID, with bindings to a set of languages (Python, Go, C, CPP) to ensure a consistent and standardized approach to using this ID.

## Multi-Language Support

Expand Down Expand Up @@ -71,4 +71,4 @@ Facebook has adopted a Code of Conduct that we expect project participants to ad

### License

GNI is licensed under the [Apache 2.0](./LICENSE) license.
GNI is licensed under the [Apache 2.0](./LICENSE) license.

0 comments on commit b5d6e75

Please sign in to comment.