-
Notifications
You must be signed in to change notification settings - Fork 251
Update et-pin.txt #887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update et-pin.txt #887
Conversation
Updating Pin for ET to 2024-07-01 nightly release
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/torchchat/887
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 48c2f9d with merge base b6b6c1e ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@@ -203,9 +203,9 @@ float* forward(Transformer* transformer, int token, int pos) { | |||
.to(torch::kCPU); | |||
auto logits = result[0].data_ptr(); | |||
#else // __ET_MODEL__ | |||
ManagedTensor pos_managed(pos_buffer, sizeof(int64_t), {1}, ScalarType::Long); | |||
ManagedTensor pos_managed(pos_buffer, {1}, ScalarType::Long); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why update this? Does new ET have new api interface?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup ET got rid of it months ago
* Update et-pin.txt Updating Pin for ET to 2024-07-01 nightly release * Update ManagedTensor to reflect the new API
* Update et-pin.txt Updating Pin for ET to 2024-07-01 nightly release * Update ManagedTensor to reflect the new API
* Update et-pin.txt Updating Pin for ET to 2024-07-01 nightly release * Update ManagedTensor to reflect the new API
* Update et-pin.txt Updating Pin for ET to 2024-07-01 nightly release * Update ManagedTensor to reflect the new API
* Update et-pin.txt Updating Pin for ET to 2024-07-01 nightly release * Update ManagedTensor to reflect the new API
* Update et-pin.txt Updating Pin for ET to 2024-07-01 nightly release * Update ManagedTensor to reflect the new API
* Update et-pin.txt Updating Pin for ET to 2024-07-01 nightly release * Update ManagedTensor to reflect the new API
Updating Pin for ET to 2024-07-01 nightly release