Skip to content

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

Merged
merged 2 commits into from
Jul 10, 2024
Merged

Update et-pin.txt #887

merged 2 commits into from
Jul 10, 2024

Conversation

Jack-Khuu
Copy link
Contributor

Updating Pin for ET to 2024-07-01 nightly release

Updating Pin for ET to 2024-07-01 nightly release
Copy link

pytorch-bot bot commented Jul 9, 2024

🔗 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 Failures

As of commit 48c2f9d with merge base b6b6c1e (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Meta Open Source bot. label Jul 9, 2024
@@ -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);
Copy link
Contributor

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?

Copy link
Contributor Author

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

@Gasoonjia Gasoonjia merged commit a0962d1 into main Jul 10, 2024
51 checks passed
@Jack-Khuu Jack-Khuu deleted the Jack-Khuu-patch-1 branch July 10, 2024 04:46
fduwjj pushed a commit that referenced this pull request Jul 11, 2024
* Update et-pin.txt

Updating Pin for ET to 2024-07-01 nightly release

* Update ManagedTensor to reflect the new API
malfet pushed a commit that referenced this pull request Jul 17, 2024
* Update et-pin.txt

Updating Pin for ET to 2024-07-01 nightly release

* Update ManagedTensor to reflect the new API
malfet pushed a commit that referenced this pull request Jul 17, 2024
* Update et-pin.txt

Updating Pin for ET to 2024-07-01 nightly release

* Update ManagedTensor to reflect the new API
malfet pushed a commit that referenced this pull request Jul 17, 2024
* Update et-pin.txt

Updating Pin for ET to 2024-07-01 nightly release

* Update ManagedTensor to reflect the new API
malfet pushed a commit that referenced this pull request Jul 17, 2024
* Update et-pin.txt

Updating Pin for ET to 2024-07-01 nightly release

* Update ManagedTensor to reflect the new API
malfet pushed a commit that referenced this pull request Jul 17, 2024
* Update et-pin.txt

Updating Pin for ET to 2024-07-01 nightly release

* Update ManagedTensor to reflect the new API
malfet pushed a commit that referenced this pull request Jul 17, 2024
* Update et-pin.txt

Updating Pin for ET to 2024-07-01 nightly release

* Update ManagedTensor to reflect the new API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Meta Open Source bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants