Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 0de86fe

Browse files
committed
nightlies URL: s4tf-kokoro-artifact-testing => swift-tensorflow-artifacts
1 parent d6f4496 commit 0de86fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Transformer/Model.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func _vjpCausallyMasked(_ dotProducts: Tensor<Float>, enable: Bool)
105105
return (causallyMasked(dotProducts), identity)
106106
}
107107

108-
struct Attention: Layer {
108+
struct Attention: ParameterlessLayer {
109109
@noDerivative let dropout: Dropout<Float>
110110
@noDerivative let scale: Tensor<Float>
111111
@noDerivative let causal: Bool

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM nvidia/cuda:9.2-cudnn7-devel-ubuntu18.04
44

55
# Allows the caller to specify the toolchain to use.
6-
ARG swift_tf_url=https://storage.googleapis.com/s4tf-kokoro-artifact-testing/latest/swift-tensorflow-DEVELOPMENT-ubuntu18.04.tar.gz
6+
ARG swift_tf_url=https://storage.googleapis.com/swift-tensorflow-artifacts/nightlies/latest/swift-tensorflow-DEVELOPMENT-ubuntu18.04.tar.gz
77

88
# Install Swift deps.
99
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)