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

nightlies URL: s4tf-kokoro-artifact-testing => swift-tensorflow-artifacts #183

Merged
merged 1 commit into from
Jul 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Transformer/Model.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func _vjpCausallyMasked(_ dotProducts: Tensor<Float>, enable: Bool)
return (causallyMasked(dotProducts), identity)
}

struct Attention: Layer {
struct Attention: ParameterlessLayer {
@noDerivative let dropout: Dropout<Float>
@noDerivative let scale: Tensor<Float>
@noDerivative let causal: Bool
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM nvidia/cuda:9.2-cudnn7-devel-ubuntu18.04

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

# Install Swift deps.
ENV DEBIAN_FRONTEND=noninteractive
Expand Down